From 7a04a1201b6a82714cbb26cc9dcb80507c9476ce Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Wed, 27 Dec 2023 00:14:30 +0100 Subject: [PATCH] Implement option to get the context in which a dependency was validated --- README.md | 1 + .../LicenseValidationResult.cs | 6 +- .../LicenseValidator/LicenseValidator.cs | 47 +- .../LicenseValidator/ValidationError.cs | 2 +- .../Output/Json/JsonOutputFormatter.cs | 13 +- .../Output/Table/TableOutputFormatter.cs | 14 +- src/NuGetUtility/Output/Table/TablePrinter.cs | 4 +- .../PackageInformationReader.cs | 4 +- src/NuGetUtility/Program.cs | 22 +- .../NuGetVersionJsonConverter.cs | 1 + ...kageValidationContextErrorOnlyConverter.cs | 42 + .../UriDictionaryJsonConverter.cs | 67 - ...JsonConverterWithOmittingEmptyErrorList.cs | 34 - .../ProjectModel/WrappedPackageSpec.cs | 2 +- .../CachingDisposableSourceRepository.cs | 2 +- ...seValidationResultValueEqualityComparer.cs | 10 +- .../LicenseValidator/LicenseValidatorTest.cs | 111 +- .../Output/Json/JsonOutputFormatterTest.cs | 30 +- ...ble_validCount=0_errorCount=1.verified.txt | 1 - ...le_validCount=0_errorCount=20.verified.txt | 1 - ...ble_validCount=0_errorCount=3.verified.txt | 1 - ...ble_validCount=0_errorCount=5.verified.txt | 1 - ...e_validCount=100_errorCount=1.verified.txt | 1 - ..._validCount=100_errorCount=20.verified.txt | 1 - ...e_validCount=100_errorCount=3.verified.txt | 1 - ...e_validCount=100_errorCount=5.verified.txt | 1 - ...ble_validCount=1_errorCount=1.verified.txt | 1 - ...le_validCount=1_errorCount=20.verified.txt | 1 - ...ble_validCount=1_errorCount=3.verified.txt | 1 - ...ble_validCount=1_errorCount=5.verified.txt | 1 - ...le_validCount=20_errorCount=1.verified.txt | 1 - ...e_validCount=20_errorCount=20.verified.txt | 1 - ...le_validCount=20_errorCount=3.verified.txt | 1 - ...le_validCount=20_errorCount=5.verified.txt | 1 - ...ble_validCount=5_errorCount=1.verified.txt | 1 - ...le_validCount=5_errorCount=20.verified.txt | 1 - ...ble_validCount=5_errorCount=3.verified.txt | 1 - ...ble_validCount=5_errorCount=5.verified.txt | 1 - ...ble_validatedLicenseCount=100.verified.txt | 1 - ...able_validatedLicenseCount=20.verified.txt | 1 - ...Table_validatedLicenseCount=5.verified.txt | 1 - ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 - ...le_validCount=0_errorCount=20.verified.txt | 1 - ...ble_validCount=0_errorCount=3.verified.txt | 1 - ...ble_validCount=0_errorCount=5.verified.txt | 1 - ...e_validCount=100_errorCount=1.verified.txt | 1 - ..._validCount=100_errorCount=20.verified.txt | 1 - ...e_validCount=100_errorCount=3.verified.txt | 1 - ...e_validCount=100_errorCount=5.verified.txt | 1 - ...ble_validCount=1_errorCount=1.verified.txt | 1 - ...le_validCount=1_errorCount=20.verified.txt | 1 - ...ble_validCount=1_errorCount=3.verified.txt | 1 - ...ble_validCount=1_errorCount=5.verified.txt | 1 - ...le_validCount=20_errorCount=1.verified.txt | 1 - ...e_validCount=20_errorCount=20.verified.txt | 1 - ...le_validCount=20_errorCount=3.verified.txt | 1 - ...le_validCount=20_errorCount=5.verified.txt | 1 - ...ble_validCount=5_errorCount=1.verified.txt | 1 - ...le_validCount=5_errorCount=20.verified.txt | 1 - ...ble_validCount=5_errorCount=3.verified.txt | 1 - ...ble_validCount=5_errorCount=5.verified.txt | 1 - ...ble_validatedLicenseCount=100.verified.txt | 1 - ...able_validatedLicenseCount=20.verified.txt | 1 - ...Table_validatedLicenseCount=5.verified.txt | 1 - ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 - ...le_validCount=0_errorCount=20.verified.txt | 1 - ...ble_validCount=0_errorCount=3.verified.txt | 1 - ...ble_validCount=0_errorCount=5.verified.txt | 1 - ...e_validCount=100_errorCount=1.verified.txt | 1 - ..._validCount=100_errorCount=20.verified.txt | 1 - ...e_validCount=100_errorCount=3.verified.txt | 1 - ...e_validCount=100_errorCount=5.verified.txt | 1 - ...ble_validCount=1_errorCount=1.verified.txt | 1 - ...le_validCount=1_errorCount=20.verified.txt | 1 - ...ble_validCount=1_errorCount=3.verified.txt | 1 - ...ble_validCount=1_errorCount=5.verified.txt | 1 - ...le_validCount=20_errorCount=1.verified.txt | 1 - ...e_validCount=20_errorCount=20.verified.txt | 1 - ...le_validCount=20_errorCount=3.verified.txt | 1 - ...le_validCount=20_errorCount=5.verified.txt | 1 - ...ble_validCount=5_errorCount=1.verified.txt | 1 - ...le_validCount=5_errorCount=20.verified.txt | 1 - ...ble_validCount=5_errorCount=3.verified.txt | 1 - ...ble_validCount=5_errorCount=5.verified.txt | 1 - ...Table_validatedLicenseCount=1.verified.txt | 1 - ...ble_validatedLicenseCount=100.verified.txt | 1 - ...able_validatedLicenseCount=20.verified.txt | 1 - ...Table_validatedLicenseCount=5.verified.txt | 1 - ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...le_validatedLicenseCount=100.verified.txt} | 0 ...ble_validatedLicenseCount=20.verified.txt} | 0 ...able_validatedLicenseCount=5.verified.txt} | 0 ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 - ...le_validCount=0_errorCount=20.verified.txt | 1 - ...ble_validCount=0_errorCount=3.verified.txt | 1 - ...ble_validCount=0_errorCount=5.verified.txt | 1 - ...e_validCount=100_errorCount=1.verified.txt | 1 - ..._validCount=100_errorCount=20.verified.txt | 1 - ...e_validCount=100_errorCount=3.verified.txt | 1 - ...e_validCount=100_errorCount=5.verified.txt | 1 - ...ble_validCount=1_errorCount=1.verified.txt | 1 - ...le_validCount=1_errorCount=20.verified.txt | 1 - ...ble_validCount=1_errorCount=3.verified.txt | 1 - ...ble_validCount=1_errorCount=5.verified.txt | 1 - ...le_validCount=20_errorCount=1.verified.txt | 1 - ...e_validCount=20_errorCount=20.verified.txt | 1 - ...le_validCount=20_errorCount=3.verified.txt | 1 - ...le_validCount=20_errorCount=5.verified.txt | 1 - ...ble_validCount=5_errorCount=1.verified.txt | 1 - ...le_validCount=5_errorCount=20.verified.txt | 1 - ...ble_validCount=5_errorCount=3.verified.txt | 1 - ...ble_validCount=5_errorCount=5.verified.txt | 1 - ...ble_validatedLicenseCount=100.verified.txt | 1 - ...able_validatedLicenseCount=20.verified.txt | 1 - ...Table_validatedLicenseCount=5.verified.txt | 1 - ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 1 + ...le_validCount=0_errorCount=20.verified.txt | 1 + ...ble_validCount=0_errorCount=3.verified.txt | 1 + ...ble_validCount=0_errorCount=5.verified.txt | 1 + ...e_validCount=100_errorCount=1.verified.txt | 1 + ..._validCount=100_errorCount=20.verified.txt | 1 + ...e_validCount=100_errorCount=3.verified.txt | 1 + ...e_validCount=100_errorCount=5.verified.txt | 1 + ...ble_validCount=1_errorCount=1.verified.txt | 1 + ...le_validCount=1_errorCount=20.verified.txt | 1 + ...ble_validCount=1_errorCount=3.verified.txt | 1 + ...ble_validCount=1_errorCount=5.verified.txt | 1 + ...le_validCount=20_errorCount=1.verified.txt | 1 + ...e_validCount=20_errorCount=20.verified.txt | 1 + ...le_validCount=20_errorCount=3.verified.txt | 1 + ...le_validCount=20_errorCount=5.verified.txt | 1 + ...ble_validCount=5_errorCount=1.verified.txt | 1 + ...le_validCount=5_errorCount=20.verified.txt | 1 + ...ble_validCount=5_errorCount=3.verified.txt | 1 + ...ble_validCount=5_errorCount=5.verified.txt | 1 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 26 - ...le_validCount=0_errorCount=20.verified.txt | 677 --- ...ble_validCount=0_errorCount=3.verified.txt | 98 - ...ble_validCount=0_errorCount=5.verified.txt | 168 - ...e_validCount=100_errorCount=1.verified.txt | 726 --- ..._validCount=100_errorCount=20.verified.txt | 1377 ------ ...e_validCount=100_errorCount=3.verified.txt | 798 ---- ...e_validCount=100_errorCount=5.verified.txt | 868 ---- ...le_validCount=1_errorCount=20.verified.txt | 684 --- ...ble_validCount=1_errorCount=3.verified.txt | 105 - ...ble_validCount=1_errorCount=5.verified.txt | 175 - ...le_validCount=20_errorCount=1.verified.txt | 166 - ...e_validCount=20_errorCount=20.verified.txt | 817 ---- ...le_validCount=20_errorCount=3.verified.txt | 238 - ...le_validCount=20_errorCount=5.verified.txt | 308 -- ...ble_validCount=5_errorCount=1.verified.txt | 61 - ...le_validCount=5_errorCount=20.verified.txt | 712 --- ...ble_validCount=5_errorCount=3.verified.txt | 133 - ...ble_validCount=5_errorCount=5.verified.txt | 203 - ...ble_validatedLicenseCount=100.verified.txt | 702 --- ...able_validatedLicenseCount=20.verified.txt | 142 - ...Table_validatedLicenseCount=5.verified.txt | 37 - ...ble_validCount=0_errorCount=1.verified.txt | 34 + ...le_validCount=0_errorCount=20.verified.txt | 472 ++ ...ble_validCount=0_errorCount=3.verified.txt | 95 + ...ble_validCount=0_errorCount=5.verified.txt | 135 + ...e_validCount=100_errorCount=1.verified.txt | 734 +++ ..._validCount=100_errorCount=20.verified.txt | 1172 +++++ ...e_validCount=100_errorCount=3.verified.txt | 795 +++ ...e_validCount=100_errorCount=5.verified.txt | 835 ++++ ...le_validCount=1_errorCount=1.verified.txt} | 26 +- ...le_validCount=1_errorCount=20.verified.txt | 479 ++ ...ble_validCount=1_errorCount=3.verified.txt | 102 + ...ble_validCount=1_errorCount=5.verified.txt | 142 + ...le_validCount=20_errorCount=1.verified.txt | 174 + ...e_validCount=20_errorCount=20.verified.txt | 612 +++ ...le_validCount=20_errorCount=3.verified.txt | 235 + ...le_validCount=20_errorCount=5.verified.txt | 275 ++ ...ble_validCount=5_errorCount=1.verified.txt | 69 + ...le_validCount=5_errorCount=20.verified.txt | 507 ++ ...ble_validCount=5_errorCount=3.verified.txt | 130 + ...ble_validCount=5_errorCount=5.verified.txt | 170 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 702 +++ ...able_validatedLicenseCount=20.verified.txt | 142 + ...Table_validatedLicenseCount=5.verified.txt | 37 + ...ble_validCount=0_errorCount=1.verified.txt | 51 + ...le_validCount=0_errorCount=20.verified.txt | 690 +++ ...ble_validCount=0_errorCount=3.verified.txt | 129 + ...ble_validCount=0_errorCount=5.verified.txt | 195 + ...e_validCount=100_errorCount=1.verified.txt | 3607 ++++++++++++++ ..._validCount=100_errorCount=20.verified.txt | 4246 +++++++++++++++++ ...e_validCount=100_errorCount=3.verified.txt | 3685 ++++++++++++++ ...e_validCount=100_errorCount=5.verified.txt | 3751 +++++++++++++++ ...ble_validCount=1_errorCount=1.verified.txt | 92 + ...le_validCount=1_errorCount=20.verified.txt | 731 +++ ...ble_validCount=1_errorCount=3.verified.txt | 170 + ...ble_validCount=1_errorCount=5.verified.txt | 236 + ...le_validCount=20_errorCount=1.verified.txt | 755 +++ ...e_validCount=20_errorCount=20.verified.txt | 1394 ++++++ ...le_validCount=20_errorCount=3.verified.txt | 833 ++++ ...le_validCount=20_errorCount=5.verified.txt | 899 ++++ ...ble_validCount=5_errorCount=1.verified.txt | 212 + ...le_validCount=5_errorCount=20.verified.txt | 851 ++++ ...ble_validCount=5_errorCount=3.verified.txt | 290 ++ ...ble_validCount=5_errorCount=5.verified.txt | 356 ++ ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 43 + ...ble_validatedLicenseCount=100.verified.txt | 3558 ++++++++++++++ ...able_validatedLicenseCount=20.verified.txt | 706 +++ ...Table_validatedLicenseCount=5.verified.txt | 163 + ...ble_validCount=0_errorCount=1.verified.txt | 26 - ...le_validCount=0_errorCount=20.verified.txt | 640 --- ...ble_validCount=0_errorCount=3.verified.txt | 98 - ...ble_validCount=0_errorCount=5.verified.txt | 131 - ...e_validCount=100_errorCount=1.verified.txt | 586 --- ..._validCount=100_errorCount=20.verified.txt | 1200 ----- ...e_validCount=100_errorCount=3.verified.txt | 658 --- ...e_validCount=100_errorCount=5.verified.txt | 691 --- ...ble_validCount=1_errorCount=1.verified.txt | 26 - ...le_validCount=1_errorCount=20.verified.txt | 640 --- ...ble_validCount=1_errorCount=3.verified.txt | 98 - ...ble_validCount=1_errorCount=5.verified.txt | 131 - ...le_validCount=20_errorCount=1.verified.txt | 145 - ...e_validCount=20_errorCount=20.verified.txt | 759 --- ...le_validCount=20_errorCount=3.verified.txt | 217 - ...le_validCount=20_errorCount=5.verified.txt | 250 - ...ble_validCount=5_errorCount=1.verified.txt | 54 - ...le_validCount=5_errorCount=20.verified.txt | 668 --- ...ble_validCount=5_errorCount=3.verified.txt | 126 - ...ble_validCount=5_errorCount=5.verified.txt | 159 - ...ble_validatedLicenseCount=100.verified.txt | 562 --- ...able_validatedLicenseCount=20.verified.txt | 121 - ...Table_validatedLicenseCount=5.verified.txt | 30 - ...ble_validCount=0_errorCount=1.verified.txt | 34 + ...le_validCount=0_errorCount=20.verified.txt | 449 ++ ...ble_validCount=0_errorCount=3.verified.txt | 95 + ...ble_validCount=0_errorCount=5.verified.txt | 135 + ...e_validCount=100_errorCount=1.verified.txt | 601 +++ ..._validCount=100_errorCount=20.verified.txt | 1016 ++++ ...e_validCount=100_errorCount=3.verified.txt | 662 +++ ...e_validCount=100_errorCount=5.verified.txt | 702 +++ ...ble_validCount=1_errorCount=1.verified.txt | 34 + ...le_validCount=1_errorCount=20.verified.txt | 449 ++ ...ble_validCount=1_errorCount=3.verified.txt | 95 + ...ble_validCount=1_errorCount=5.verified.txt | 135 + ...le_validCount=20_errorCount=1.verified.txt | 160 + ...e_validCount=20_errorCount=20.verified.txt | 575 +++ ...le_validCount=20_errorCount=3.verified.txt | 221 + ...le_validCount=20_errorCount=5.verified.txt | 261 + ...ble_validCount=5_errorCount=1.verified.txt | 62 + ...le_validCount=5_errorCount=20.verified.txt | 477 ++ ...ble_validCount=5_errorCount=3.verified.txt | 123 + ...ble_validCount=5_errorCount=5.verified.txt | 163 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 569 +++ ...able_validatedLicenseCount=20.verified.txt | 128 + ...Table_validatedLicenseCount=5.verified.txt | 30 + ...ble_validCount=0_errorCount=1.verified.txt | 51 + ...le_validCount=0_errorCount=20.verified.txt | 653 +++ ...ble_validCount=0_errorCount=3.verified.txt | 129 + ...ble_validCount=0_errorCount=5.verified.txt | 195 + ...e_validCount=100_errorCount=1.verified.txt | 3016 ++++++++++++ ..._validCount=100_errorCount=20.verified.txt | 3618 ++++++++++++++ ...e_validCount=100_errorCount=3.verified.txt | 3094 ++++++++++++ ...e_validCount=100_errorCount=5.verified.txt | 3160 ++++++++++++ ...ble_validCount=1_errorCount=1.verified.txt | 51 + ...le_validCount=1_errorCount=20.verified.txt | 653 +++ ...ble_validCount=1_errorCount=3.verified.txt | 129 + ...ble_validCount=1_errorCount=5.verified.txt | 195 + ...le_validCount=20_errorCount=1.verified.txt | 693 +++ ...e_validCount=20_errorCount=20.verified.txt | 1295 +++++ ...le_validCount=20_errorCount=3.verified.txt | 771 +++ ...le_validCount=20_errorCount=5.verified.txt | 837 ++++ ...ble_validCount=5_errorCount=1.verified.txt | 171 + ...le_validCount=5_errorCount=20.verified.txt | 773 +++ ...ble_validCount=5_errorCount=3.verified.txt | 249 + ...ble_validCount=5_errorCount=5.verified.txt | 315 ++ ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 2967 ++++++++++++ ...able_validatedLicenseCount=20.verified.txt | 644 +++ ...Table_validatedLicenseCount=5.verified.txt | 122 + ...ble_validCount=0_errorCount=1.verified.txt | 26 - ...le_validCount=0_errorCount=20.verified.txt | 677 --- ...ble_validCount=0_errorCount=3.verified.txt | 98 - ...ble_validCount=0_errorCount=5.verified.txt | 168 - ...e_validCount=100_errorCount=1.verified.txt | 26 - ..._validCount=100_errorCount=20.verified.txt | 677 --- ...e_validCount=100_errorCount=3.verified.txt | 98 - ...e_validCount=100_errorCount=5.verified.txt | 168 - ...ble_validCount=1_errorCount=1.verified.txt | 26 - ...le_validCount=1_errorCount=20.verified.txt | 677 --- ...ble_validCount=1_errorCount=3.verified.txt | 98 - ...ble_validCount=1_errorCount=5.verified.txt | 168 - ...le_validCount=20_errorCount=1.verified.txt | 26 - ...e_validCount=20_errorCount=20.verified.txt | 677 --- ...le_validCount=20_errorCount=3.verified.txt | 98 - ...le_validCount=20_errorCount=5.verified.txt | 168 - ...ble_validCount=5_errorCount=1.verified.txt | 26 - ...le_validCount=5_errorCount=20.verified.txt | 677 --- ...ble_validCount=5_errorCount=3.verified.txt | 98 - ...ble_validCount=5_errorCount=5.verified.txt | 168 - ...Table_validatedLicenseCount=1.verified.txt | 9 - ...ble_validatedLicenseCount=100.verified.txt | 702 --- ...able_validatedLicenseCount=20.verified.txt | 142 - ...Table_validatedLicenseCount=5.verified.txt | 37 - ...ble_validCount=0_errorCount=1.verified.txt | 34 + ...le_validCount=0_errorCount=20.verified.txt | 472 ++ ...ble_validCount=0_errorCount=3.verified.txt | 95 + ...ble_validCount=0_errorCount=5.verified.txt | 135 + ...e_validCount=100_errorCount=1.verified.txt | 34 + ..._validCount=100_errorCount=20.verified.txt | 472 ++ ...e_validCount=100_errorCount=3.verified.txt | 95 + ...e_validCount=100_errorCount=5.verified.txt | 135 + ...ble_validCount=1_errorCount=1.verified.txt | 34 + ...le_validCount=1_errorCount=20.verified.txt | 472 ++ ...ble_validCount=1_errorCount=3.verified.txt | 95 + ...ble_validCount=1_errorCount=5.verified.txt | 135 + ...le_validCount=20_errorCount=1.verified.txt | 34 + ...e_validCount=20_errorCount=20.verified.txt | 472 ++ ...le_validCount=20_errorCount=3.verified.txt | 95 + ...le_validCount=20_errorCount=5.verified.txt | 135 + ...ble_validCount=5_errorCount=1.verified.txt | 34 + ...le_validCount=5_errorCount=20.verified.txt | 472 ++ ...ble_validCount=5_errorCount=3.verified.txt | 95 + ...ble_validCount=5_errorCount=5.verified.txt | 135 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 51 + ...le_validCount=0_errorCount=20.verified.txt | 690 +++ ...ble_validCount=0_errorCount=3.verified.txt | 129 + ...ble_validCount=0_errorCount=5.verified.txt | 195 + ...e_validCount=100_errorCount=1.verified.txt | 51 + ..._validCount=100_errorCount=20.verified.txt | 690 +++ ...e_validCount=100_errorCount=3.verified.txt | 129 + ...e_validCount=100_errorCount=5.verified.txt | 195 + ...ble_validCount=1_errorCount=1.verified.txt | 51 + ...le_validCount=1_errorCount=20.verified.txt | 690 +++ ...ble_validCount=1_errorCount=3.verified.txt | 129 + ...ble_validCount=1_errorCount=5.verified.txt | 195 + ...le_validCount=20_errorCount=1.verified.txt | 51 + ...e_validCount=20_errorCount=20.verified.txt | 690 +++ ...le_validCount=20_errorCount=3.verified.txt | 129 + ...le_validCount=20_errorCount=5.verified.txt | 195 + ...ble_validCount=5_errorCount=1.verified.txt | 51 + ...le_validCount=5_errorCount=20.verified.txt | 690 +++ ...ble_validCount=5_errorCount=3.verified.txt | 129 + ...ble_validCount=5_errorCount=5.verified.txt | 195 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 26 - ...le_validCount=0_errorCount=20.verified.txt | 677 --- ...ble_validCount=0_errorCount=3.verified.txt | 98 - ...ble_validCount=0_errorCount=5.verified.txt | 168 - ...e_validCount=100_errorCount=1.verified.txt | 26 - ..._validCount=100_errorCount=20.verified.txt | 677 --- ...e_validCount=100_errorCount=3.verified.txt | 98 - ...e_validCount=100_errorCount=5.verified.txt | 168 - ...ble_validCount=1_errorCount=1.verified.txt | 26 - ...le_validCount=1_errorCount=20.verified.txt | 677 --- ...ble_validCount=1_errorCount=3.verified.txt | 98 - ...ble_validCount=1_errorCount=5.verified.txt | 168 - ...le_validCount=20_errorCount=1.verified.txt | 26 - ...e_validCount=20_errorCount=20.verified.txt | 677 --- ...le_validCount=20_errorCount=3.verified.txt | 98 - ...le_validCount=20_errorCount=5.verified.txt | 168 - ...ble_validCount=5_errorCount=1.verified.txt | 26 - ...le_validCount=5_errorCount=20.verified.txt | 677 --- ...ble_validCount=5_errorCount=3.verified.txt | 98 - ...ble_validCount=5_errorCount=5.verified.txt | 168 - ...ble_validatedLicenseCount=100.verified.txt | 562 --- ...able_validatedLicenseCount=20.verified.txt | 121 - ...Table_validatedLicenseCount=5.verified.txt | 30 - ...ble_validCount=0_errorCount=1.verified.txt | 34 + ...le_validCount=0_errorCount=20.verified.txt | 472 ++ ...ble_validCount=0_errorCount=3.verified.txt | 95 + ...ble_validCount=0_errorCount=5.verified.txt | 135 + ...e_validCount=100_errorCount=1.verified.txt | 34 + ..._validCount=100_errorCount=20.verified.txt | 472 ++ ...e_validCount=100_errorCount=3.verified.txt | 95 + ...e_validCount=100_errorCount=5.verified.txt | 135 + ...ble_validCount=1_errorCount=1.verified.txt | 34 + ...le_validCount=1_errorCount=20.verified.txt | 472 ++ ...ble_validCount=1_errorCount=3.verified.txt | 95 + ...ble_validCount=1_errorCount=5.verified.txt | 135 + ...le_validCount=20_errorCount=1.verified.txt | 34 + ...e_validCount=20_errorCount=20.verified.txt | 472 ++ ...le_validCount=20_errorCount=3.verified.txt | 95 + ...le_validCount=20_errorCount=5.verified.txt | 135 + ...ble_validCount=5_errorCount=1.verified.txt | 34 + ...le_validCount=5_errorCount=20.verified.txt | 472 ++ ...ble_validCount=5_errorCount=3.verified.txt | 95 + ...ble_validCount=5_errorCount=5.verified.txt | 135 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + ...ble_validCount=0_errorCount=1.verified.txt | 51 + ...le_validCount=0_errorCount=20.verified.txt | 690 +++ ...ble_validCount=0_errorCount=3.verified.txt | 129 + ...ble_validCount=0_errorCount=5.verified.txt | 195 + ...e_validCount=100_errorCount=1.verified.txt | 51 + ..._validCount=100_errorCount=20.verified.txt | 690 +++ ...e_validCount=100_errorCount=3.verified.txt | 129 + ...e_validCount=100_errorCount=5.verified.txt | 195 + ...ble_validCount=1_errorCount=1.verified.txt | 51 + ...le_validCount=1_errorCount=20.verified.txt | 690 +++ ...ble_validCount=1_errorCount=3.verified.txt | 129 + ...ble_validCount=1_errorCount=5.verified.txt | 195 + ...le_validCount=20_errorCount=1.verified.txt | 51 + ...e_validCount=20_errorCount=20.verified.txt | 690 +++ ...le_validCount=20_errorCount=3.verified.txt | 129 + ...le_validCount=20_errorCount=5.verified.txt | 195 + ...ble_validCount=5_errorCount=1.verified.txt | 51 + ...le_validCount=5_errorCount=20.verified.txt | 690 +++ ...ble_validCount=5_errorCount=3.verified.txt | 129 + ...ble_validCount=5_errorCount=5.verified.txt | 195 + ...Table_validatedLicenseCount=0.verified.txt | 1 + ...Table_validatedLicenseCount=1.verified.txt | 1 + ...ble_validatedLicenseCount=100.verified.txt | 1 + ...able_validatedLicenseCount=20.verified.txt | 1 + ...Table_validatedLicenseCount=5.verified.txt | 1 + .../Output/Table/TableOutputFormatterTest.cs | 18 +- ...ble_validCount=0_errorCount=1.verified.txt | 8 - ...le_validCount=0_errorCount=20.verified.txt | 134 - ...ble_validCount=0_errorCount=5.verified.txt | 35 - ...e_validCount=100_errorCount=1.verified.txt | 108 - ..._validCount=100_errorCount=20.verified.txt | 234 - ...e_validCount=100_errorCount=3.verified.txt | 122 - ...e_validCount=100_errorCount=5.verified.txt | 135 - ...ble_validCount=1_errorCount=1.verified.txt | 9 - ...le_validCount=1_errorCount=20.verified.txt | 135 - ...ble_validCount=1_errorCount=5.verified.txt | 36 - ...le_validCount=20_errorCount=1.verified.txt | 28 - ...e_validCount=20_errorCount=20.verified.txt | 154 - ...le_validCount=20_errorCount=3.verified.txt | 42 - ...le_validCount=20_errorCount=5.verified.txt | 55 - ...ble_validCount=5_errorCount=1.verified.txt | 13 - ...le_validCount=5_errorCount=20.verified.txt | 139 - ...ble_validCount=5_errorCount=3.verified.txt | 27 - ...ble_validCount=5_errorCount=5.verified.txt | 40 - ...ble_validatedLicenseCount=100.verified.txt | 104 - ...able_validatedLicenseCount=20.verified.txt | 24 - ...Table_validatedLicenseCount=5.verified.txt | 9 - ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 131 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 678 +++ ..._validCount=100_errorCount=20.verified.txt | 795 +++ ...e_validCount=100_errorCount=3.verified.txt | 693 +++ ...e_validCount=100_errorCount=5.verified.txt | 705 +++ ...le_validCount=1_errorCount=1.verified.txt} | 45 +- ...le_validCount=1_errorCount=20.verified.txt | 139 + ...ble_validCount=1_errorCount=3.verified.txt | 37 + ...ble_validCount=1_errorCount=5.verified.txt | 49 + ...le_validCount=20_errorCount=1.verified.txt | 145 + ...e_validCount=20_errorCount=20.verified.txt | 262 + ...le_validCount=20_errorCount=3.verified.txt | 160 + ...le_validCount=20_errorCount=5.verified.txt | 172 + ...ble_validCount=5_errorCount=1.verified.txt | 43 + ...le_validCount=5_errorCount=20.verified.txt | 160 + ...ble_validCount=5_errorCount=3.verified.txt | 58 + ...ble_validCount=5_errorCount=5.verified.txt | 70 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 104 + ...able_validatedLicenseCount=20.verified.txt | 24 + ...Table_validatedLicenseCount=5.verified.txt | 9 + ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 131 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 678 +++ ..._validCount=100_errorCount=20.verified.txt | 795 +++ ...e_validCount=100_errorCount=3.verified.txt | 693 +++ ...e_validCount=100_errorCount=5.verified.txt | 705 +++ ...le_validCount=1_errorCount=1.verified.txt} | 44 +- ...le_validCount=1_errorCount=20.verified.txt | 139 + ...ble_validCount=1_errorCount=3.verified.txt | 37 + ...ble_validCount=1_errorCount=5.verified.txt | 49 + ...le_validCount=20_errorCount=1.verified.txt | 145 + ...e_validCount=20_errorCount=20.verified.txt | 262 + ...le_validCount=20_errorCount=3.verified.txt | 160 + ...le_validCount=20_errorCount=5.verified.txt | 172 + ...ble_validCount=5_errorCount=1.verified.txt | 43 + ...le_validCount=5_errorCount=20.verified.txt | 160 + ...ble_validCount=5_errorCount=3.verified.txt | 58 + ...ble_validCount=5_errorCount=5.verified.txt | 70 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...Table_validatedLicenseCount=1.verified.txt | 12 + ...ble_validatedLicenseCount=100.verified.txt | 668 +++ ...able_validatedLicenseCount=20.verified.txt | 135 + ...Table_validatedLicenseCount=5.verified.txt | 33 + ...ble_validCount=0_errorCount=1.verified.txt | 8 - ...le_validCount=0_errorCount=20.verified.txt | 127 - ...ble_validCount=0_errorCount=3.verified.txt | 22 - ...ble_validCount=0_errorCount=5.verified.txt | 28 - ...e_validCount=100_errorCount=1.verified.txt | 88 - ..._validCount=100_errorCount=20.verified.txt | 207 - ...e_validCount=100_errorCount=3.verified.txt | 102 - ...e_validCount=100_errorCount=5.verified.txt | 108 - ...ble_validCount=1_errorCount=1.verified.txt | 8 - ...le_validCount=1_errorCount=20.verified.txt | 127 - ...ble_validCount=1_errorCount=3.verified.txt | 22 - ...ble_validCount=1_errorCount=5.verified.txt | 28 - ...le_validCount=20_errorCount=1.verified.txt | 25 - ...e_validCount=20_errorCount=20.verified.txt | 144 - ...le_validCount=20_errorCount=3.verified.txt | 39 - ...le_validCount=20_errorCount=5.verified.txt | 45 - ...ble_validCount=5_errorCount=1.verified.txt | 12 - ...le_validCount=5_errorCount=20.verified.txt | 131 - ...ble_validCount=5_errorCount=3.verified.txt | 26 - ...ble_validCount=5_errorCount=5.verified.txt | 32 - ...ble_validatedLicenseCount=100.verified.txt | 84 - ...able_validatedLicenseCount=20.verified.txt | 21 - ...Table_validatedLicenseCount=5.verified.txt | 8 - ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 124 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 573 +++ ..._validCount=100_errorCount=20.verified.txt | 683 +++ ...e_validCount=100_errorCount=3.verified.txt | 588 +++ ...e_validCount=100_errorCount=5.verified.txt | 600 +++ ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 124 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 134 + ...e_validCount=20_errorCount=20.verified.txt | 244 + ...le_validCount=20_errorCount=3.verified.txt | 149 + ...le_validCount=20_errorCount=5.verified.txt | 161 + ...ble_validCount=5_errorCount=1.verified.txt | 35 + ...le_validCount=5_errorCount=20.verified.txt | 145 + ...ble_validCount=5_errorCount=3.verified.txt | 50 + ...ble_validCount=5_errorCount=5.verified.txt | 62 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 85 + ...able_validatedLicenseCount=20.verified.txt | 22 + ...Table_validatedLicenseCount=5.verified.txt | 8 + ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 124 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 573 +++ ..._validCount=100_errorCount=20.verified.txt | 683 +++ ...e_validCount=100_errorCount=3.verified.txt | 588 +++ ...e_validCount=100_errorCount=5.verified.txt | 600 +++ ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 124 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 134 + ...e_validCount=20_errorCount=20.verified.txt | 244 + ...le_validCount=20_errorCount=3.verified.txt | 149 + ...le_validCount=20_errorCount=5.verified.txt | 161 + ...ble_validCount=5_errorCount=1.verified.txt | 35 + ...le_validCount=5_errorCount=20.verified.txt | 145 + ...ble_validCount=5_errorCount=3.verified.txt | 50 + ...ble_validCount=5_errorCount=5.verified.txt | 62 + ...able_validatedLicenseCount=0.verified.txt} | 0 ...Table_validatedLicenseCount=1.verified.txt | 4 + ...ble_validatedLicenseCount=100.verified.txt | 563 +++ ...able_validatedLicenseCount=20.verified.txt | 124 + ...Table_validatedLicenseCount=5.verified.txt | 25 + ...ble_validCount=0_errorCount=1.verified.txt | 8 - ...le_validCount=0_errorCount=20.verified.txt | 134 - ...ble_validCount=0_errorCount=3.verified.txt | 22 - ...ble_validCount=0_errorCount=5.verified.txt | 35 - ...e_validCount=100_errorCount=1.verified.txt | 8 - ..._validCount=100_errorCount=20.verified.txt | 134 - ...e_validCount=100_errorCount=3.verified.txt | 22 - ...e_validCount=100_errorCount=5.verified.txt | 35 - ...ble_validCount=1_errorCount=1.verified.txt | 8 - ...le_validCount=1_errorCount=20.verified.txt | 134 - ...ble_validCount=1_errorCount=3.verified.txt | 22 - ...ble_validCount=1_errorCount=5.verified.txt | 35 - ...le_validCount=20_errorCount=1.verified.txt | 8 - ...e_validCount=20_errorCount=20.verified.txt | 134 - ...le_validCount=20_errorCount=3.verified.txt | 22 - ...le_validCount=20_errorCount=5.verified.txt | 35 - ...ble_validCount=5_errorCount=1.verified.txt | 8 - ...le_validCount=5_errorCount=20.verified.txt | 134 - ...ble_validCount=5_errorCount=3.verified.txt | 22 - ...ble_validCount=5_errorCount=5.verified.txt | 35 - ...ble_validatedLicenseCount=100.verified.txt | 104 - ...able_validatedLicenseCount=20.verified.txt | 24 - ...Table_validatedLicenseCount=5.verified.txt | 9 - ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 131 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 14 + ..._validCount=100_errorCount=20.verified.txt | 131 + ...e_validCount=100_errorCount=3.verified.txt | 29 + ...e_validCount=100_errorCount=5.verified.txt | 41 + ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 131 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 14 + ...e_validCount=20_errorCount=20.verified.txt | 131 + ...le_validCount=20_errorCount=3.verified.txt | 29 + ...le_validCount=20_errorCount=5.verified.txt | 41 + ...ble_validCount=5_errorCount=1.verified.txt | 14 + ...le_validCount=5_errorCount=20.verified.txt | 131 + ...ble_validCount=5_errorCount=3.verified.txt | 29 + ...ble_validCount=5_errorCount=5.verified.txt | 41 + ...Table_validatedLicenseCount=0.verified.txt | 4 + ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 104 + ...able_validatedLicenseCount=20.verified.txt | 24 + ...Table_validatedLicenseCount=5.verified.txt | 9 + ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 131 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 14 + ..._validCount=100_errorCount=20.verified.txt | 131 + ...e_validCount=100_errorCount=3.verified.txt | 29 + ...e_validCount=100_errorCount=5.verified.txt | 41 + ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 131 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 14 + ...e_validCount=20_errorCount=20.verified.txt | 131 + ...le_validCount=20_errorCount=3.verified.txt | 29 + ...le_validCount=20_errorCount=5.verified.txt | 41 + ...ble_validCount=5_errorCount=1.verified.txt | 14 + ...le_validCount=5_errorCount=20.verified.txt | 131 + ...ble_validCount=5_errorCount=3.verified.txt | 29 + ...ble_validCount=5_errorCount=5.verified.txt | 41 + ...Table_validatedLicenseCount=0.verified.txt | 4 + ...Table_validatedLicenseCount=1.verified.txt | 12 + ...ble_validatedLicenseCount=100.verified.txt | 668 +++ ...able_validatedLicenseCount=20.verified.txt | 135 + ...Table_validatedLicenseCount=5.verified.txt | 33 + ...ble_validCount=0_errorCount=1.verified.txt | 8 - ...le_validCount=0_errorCount=20.verified.txt | 127 - ...ble_validCount=0_errorCount=3.verified.txt | 22 - ...ble_validCount=0_errorCount=5.verified.txt | 28 - ...e_validCount=100_errorCount=1.verified.txt | 8 - ..._validCount=100_errorCount=20.verified.txt | 127 - ...e_validCount=100_errorCount=3.verified.txt | 22 - ...e_validCount=100_errorCount=5.verified.txt | 28 - ...ble_validCount=1_errorCount=1.verified.txt | 8 - ...le_validCount=1_errorCount=20.verified.txt | 127 - ...ble_validCount=1_errorCount=3.verified.txt | 22 - ...ble_validCount=1_errorCount=5.verified.txt | 28 - ...le_validCount=20_errorCount=1.verified.txt | 8 - ...e_validCount=20_errorCount=20.verified.txt | 127 - ...le_validCount=20_errorCount=3.verified.txt | 22 - ...le_validCount=20_errorCount=5.verified.txt | 28 - ...ble_validCount=5_errorCount=1.verified.txt | 8 - ...le_validCount=5_errorCount=20.verified.txt | 127 - ...ble_validCount=5_errorCount=3.verified.txt | 22 - ...ble_validCount=5_errorCount=5.verified.txt | 28 - ...ble_validatedLicenseCount=100.verified.txt | 84 - ...able_validatedLicenseCount=20.verified.txt | 21 - ...Table_validatedLicenseCount=5.verified.txt | 8 - ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 124 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 14 + ..._validCount=100_errorCount=20.verified.txt | 124 + ...e_validCount=100_errorCount=3.verified.txt | 29 + ...e_validCount=100_errorCount=5.verified.txt | 41 + ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 124 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 14 + ...e_validCount=20_errorCount=20.verified.txt | 124 + ...le_validCount=20_errorCount=3.verified.txt | 29 + ...le_validCount=20_errorCount=5.verified.txt | 41 + ...ble_validCount=5_errorCount=1.verified.txt | 14 + ...le_validCount=5_errorCount=20.verified.txt | 124 + ...ble_validCount=5_errorCount=3.verified.txt | 29 + ...ble_validCount=5_errorCount=5.verified.txt | 41 + ...Table_validatedLicenseCount=0.verified.txt | 4 + ...able_validatedLicenseCount=1.verified.txt} | 0 ...ble_validatedLicenseCount=100.verified.txt | 85 + ...able_validatedLicenseCount=20.verified.txt | 22 + ...Table_validatedLicenseCount=5.verified.txt | 8 + ...ble_validCount=0_errorCount=1.verified.txt | 14 + ...le_validCount=0_errorCount=20.verified.txt | 124 + ...ble_validCount=0_errorCount=3.verified.txt | 29 + ...ble_validCount=0_errorCount=5.verified.txt | 41 + ...e_validCount=100_errorCount=1.verified.txt | 14 + ..._validCount=100_errorCount=20.verified.txt | 124 + ...e_validCount=100_errorCount=3.verified.txt | 29 + ...e_validCount=100_errorCount=5.verified.txt | 41 + ...ble_validCount=1_errorCount=1.verified.txt | 14 + ...le_validCount=1_errorCount=20.verified.txt | 124 + ...ble_validCount=1_errorCount=3.verified.txt | 29 + ...ble_validCount=1_errorCount=5.verified.txt | 41 + ...le_validCount=20_errorCount=1.verified.txt | 14 + ...e_validCount=20_errorCount=20.verified.txt | 124 + ...le_validCount=20_errorCount=3.verified.txt | 29 + ...le_validCount=20_errorCount=5.verified.txt | 41 + ...ble_validCount=5_errorCount=1.verified.txt | 14 + ...le_validCount=5_errorCount=20.verified.txt | 124 + ...ble_validCount=5_errorCount=3.verified.txt | 29 + ...ble_validCount=5_errorCount=5.verified.txt | 41 + ...Table_validatedLicenseCount=0.verified.txt | 4 + ...Table_validatedLicenseCount=1.verified.txt | 4 + ...ble_validatedLicenseCount=100.verified.txt | 563 +++ ...able_validatedLicenseCount=20.verified.txt | 124 + ...Table_validatedLicenseCount=5.verified.txt | 25 + tests/NuGetUtility.Test/Output/TestBase.cs | 19 +- 895 files changed, 109464 insertions(+), 34117 deletions(-) create mode 100644 src/NuGetUtility/Serialization/PackageValidationContextErrorOnlyConverter.cs delete mode 100644 src/NuGetUtility/Serialization/UriDictionaryJsonConverter.cs delete mode 100644 src/NuGetUtility/Serialization/ValidatedLicenseJsonConverterWithOmittingEmptyErrorList.cs delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt => JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt} (54%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename tests/NuGetUtility.Test/Output/{JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt => TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt} (61%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt => TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt} (60%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt => TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt delete mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename tests/NuGetUtility.Test/Output/{TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt => TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt} (100%) create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt create mode 100644 tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt diff --git a/README.md b/README.md index 447c463e..9b96c545 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Usage: nuget-license [options] | `-d, --license-information-download-location` | When used, this option downloads the html content of the license URL to the specified folder. This is done for all NuGet packages that specify a license URL instead of providing the license expression. | | `-o, --output` | This Parameter accepts the value `table`, `json` or `jsonPretty`. It allows to select the type of output that should be given. If omitted, the output is given in tabular form. | | `-err, --error-only` | This flag allows to print only packages that contain validation errors (if there are any). This allows the user to focus on errors instead of having to deal with many properly validated | +| `-include-context, --always-include-validation-context` | Setting this flag will print all contexts (projects) that caused the nuget package to be validated. Note that this will only print the top level projects that are actually checked. Also note that a project with a dependency on another project may cause multiple entries if the `-t` flag is used. | ## Example tool commands diff --git a/src/NuGetUtility/LicenseValidator/LicenseValidationResult.cs b/src/NuGetUtility/LicenseValidator/LicenseValidationResult.cs index 00705ac4..2ab94358 100644 --- a/src/NuGetUtility/LicenseValidator/LicenseValidationResult.cs +++ b/src/NuGetUtility/LicenseValidator/LicenseValidationResult.cs @@ -7,11 +7,11 @@ public record LicenseValidationResult(string PackageId, string? PackageProjectUrl, string? License, LicenseInformationOrigin LicenseInformationOrigin, - List? ValidationErrors = null) + List ValidationChecks) { - public List ValidationErrors { get; } = ValidationErrors ?? new List(); - public string? License { get; set; } = License; public LicenseInformationOrigin LicenseInformationOrigin { get; set; } = LicenseInformationOrigin; + + public override string ToString() => $"LicenseValidationResult {{ PackageId = {PackageId}, PackageVersion = {PackageVersion}, PackageProjectUrl = {PackageProjectUrl}, ValidationChecks = {{{string.Join(',', ValidationChecks)}}}, License = {License}, LicenseInformationOrigin = {LicenseInformationOrigin} }}"; } } diff --git a/src/NuGetUtility/LicenseValidator/LicenseValidator.cs b/src/NuGetUtility/LicenseValidator/LicenseValidator.cs index a851321a..151d4494 100644 --- a/src/NuGetUtility/LicenseValidator/LicenseValidator.cs +++ b/src/NuGetUtility/LicenseValidator/LicenseValidator.cs @@ -37,13 +37,14 @@ public async Task> Validate( { AddOrUpdateLicense(result, info.PackageInfo, - LicenseInformationOrigin.Ignored); + LicenseInformationOrigin.Ignored, + new ValidationCheck(info.Context)); } - else if (info.PackageInfo.LicenseMetadata != null) + else if (info.PackageInfo.LicenseMetadata is not null) { ValidateLicenseByMetadata(info.PackageInfo, info.Context, result); } - else if (info.PackageInfo.LicenseUrl != null) + else if (info.PackageInfo.LicenseUrl is not null) { await ValidateLicenseByUrl(info.PackageInfo, info.Context, result); } @@ -52,7 +53,7 @@ public async Task> Validate( AddOrUpdateLicense(result, info.PackageInfo, LicenseInformationOrigin.Unknown, - new ValidationError("No license information found", info.Context)); + new ValidationCheck(info.Context, "No license information found")); } } return result.Values; @@ -67,7 +68,7 @@ private void AddOrUpdateLicense( ConcurrentDictionary result, IPackageMetadata info, LicenseInformationOrigin origin, - ValidationError error, + ValidationCheck check, string? license = null) { var newValue = new LicenseValidationResult( @@ -76,24 +77,7 @@ private void AddOrUpdateLicense( info.ProjectUrl?.ToString(), license, origin, - new List { error }); - result.AddOrUpdate(new LicenseNameAndVersion(info.Identity.Id, info.Identity.Version), - newValue, - (key, oldValue) => UpdateResult(oldValue, newValue)); - } - - private void AddOrUpdateLicense( - ConcurrentDictionary result, - IPackageMetadata info, - LicenseInformationOrigin origin, - string? license = null) - { - var newValue = new LicenseValidationResult( - info.Identity.Id, - info.Identity.Version, - info.ProjectUrl?.ToString(), - license, - origin); + new List { check }); result.AddOrUpdate(new LicenseNameAndVersion(info.Identity.Id, info.Identity.Version), newValue, (key, oldValue) => UpdateResult(oldValue, newValue)); @@ -102,7 +86,7 @@ private void AddOrUpdateLicense( private LicenseValidationResult UpdateResult(LicenseValidationResult oldValue, LicenseValidationResult newValue) { - oldValue.ValidationErrors.AddRange(newValue.ValidationErrors); + oldValue.ValidationChecks.AddRange(newValue.ValidationChecks); if (oldValue.License is null && newValue.License is not null) { oldValue.License = newValue.License; @@ -125,6 +109,7 @@ private void ValidateLicenseByMetadata(IPackageMetadata info, AddOrUpdateLicense(result, info, ToLicenseOrigin(info.LicenseMetadata.Type), + new ValidationCheck(context), info.LicenseMetadata.License); } else @@ -132,7 +117,7 @@ private void ValidateLicenseByMetadata(IPackageMetadata info, AddOrUpdateLicense(result, info, ToLicenseOrigin(info.LicenseMetadata.Type), - new ValidationError(GetLicenseNotAllowedMessage(info.LicenseMetadata.License), context), + new ValidationCheck(context, GetLicenseNotAllowedMessage(info.LicenseMetadata.License)), info.LicenseMetadata.License); } @@ -141,9 +126,9 @@ private void ValidateLicenseByMetadata(IPackageMetadata info, AddOrUpdateLicense(result, info, LicenseInformationOrigin.Unknown, - new ValidationError( - $"Validation for licenses of type {info.LicenseMetadata!.Type} not yet supported", - context)); + new ValidationCheck( + context, + $"Validation for licenses of type {info.LicenseMetadata!.Type} not yet supported")); break; } } @@ -172,6 +157,7 @@ await _fileDownloader.DownloadFile(info.LicenseUrl, AddOrUpdateLicense(result, info, LicenseInformationOrigin.Url, + new ValidationCheck(context), licenseId); } else @@ -179,7 +165,7 @@ await _fileDownloader.DownloadFile(info.LicenseUrl, AddOrUpdateLicense(result, info, LicenseInformationOrigin.Url, - new ValidationError(GetLicenseNotAllowedMessage(licenseId), context), + new ValidationCheck(context, GetLicenseNotAllowedMessage(licenseId)), licenseId); } } @@ -188,6 +174,7 @@ await _fileDownloader.DownloadFile(info.LicenseUrl, AddOrUpdateLicense(result, info, LicenseInformationOrigin.Url, + new ValidationCheck(context), info.LicenseUrl.ToString()); } else @@ -195,7 +182,7 @@ await _fileDownloader.DownloadFile(info.LicenseUrl, AddOrUpdateLicense(result, info, LicenseInformationOrigin.Url, - new ValidationError($"Cannot determine License type for url {info.LicenseUrl}", context), + new ValidationCheck(context, $"Cannot determine License type for url {info.LicenseUrl}"), info.LicenseUrl.ToString()); } } diff --git a/src/NuGetUtility/LicenseValidator/ValidationError.cs b/src/NuGetUtility/LicenseValidator/ValidationError.cs index 2f22ad4b..5872b9e3 100644 --- a/src/NuGetUtility/LicenseValidator/ValidationError.cs +++ b/src/NuGetUtility/LicenseValidator/ValidationError.cs @@ -1,4 +1,4 @@ namespace NuGetUtility.LicenseValidator { - public record ValidationError(string Error, string Context); + public record ValidationCheck(string Context, string? Error = null); } diff --git a/src/NuGetUtility/Output/Json/JsonOutputFormatter.cs b/src/NuGetUtility/Output/Json/JsonOutputFormatter.cs index a0aa044e..b8b5a81c 100644 --- a/src/NuGetUtility/Output/Json/JsonOutputFormatter.cs +++ b/src/NuGetUtility/Output/Json/JsonOutputFormatter.cs @@ -9,23 +9,28 @@ public class JsonOutputFormatter : IOutputFormatter private readonly bool _printErrorsOnly; private readonly bool _skipIgnoredPackages; private readonly JsonSerializerOptions _options; - public JsonOutputFormatter(bool prettyPrint, bool printErrorsOnly, bool skipIgnoredPackages) + public JsonOutputFormatter(bool prettyPrint, bool printErrorsOnly, bool skipIgnoredPackages, bool alwaysIncludeValidationContext) { _printErrorsOnly = printErrorsOnly; _skipIgnoredPackages = skipIgnoredPackages; _options = new JsonSerializerOptions { - Converters = { new NuGetVersionJsonConverter(), new ValidatedLicenseJsonConverterWithOmittingEmptyErrorList() }, + Converters = { new NuGetVersionJsonConverter() }, WriteIndented = prettyPrint }; + + if (!alwaysIncludeValidationContext) + { + _options.Converters.Add(new PackageValidationContextErrorOnlyConverter()); + } } public async Task Write(Stream stream, IList results) { if (_printErrorsOnly) { - IEnumerable resultsWithErrors = results.Where(r => r.ValidationErrors.Any()); - if (resultsWithErrors.Any()) + IEnumerable resultsWithErrors = results.Where(r => r.ValidationChecks.Exists(c => c.Error is not null)); + if (results.Any()) { await JsonSerializer.SerializeAsync(stream, resultsWithErrors, _options); return; diff --git a/src/NuGetUtility/Output/Table/TableOutputFormatter.cs b/src/NuGetUtility/Output/Table/TableOutputFormatter.cs index 351ef000..2165fd00 100644 --- a/src/NuGetUtility/Output/Table/TableOutputFormatter.cs +++ b/src/NuGetUtility/Output/Table/TableOutputFormatter.cs @@ -6,25 +6,27 @@ public class TableOutputFormatter : IOutputFormatter { private readonly bool _printErrorsOnly; private readonly bool _skipIgnoredPackages; + private readonly bool _alwaysIncludeValidationContext; - public TableOutputFormatter(bool printErrorsOnly, bool skipIgnoredPackages) + public TableOutputFormatter(bool printErrorsOnly, bool skipIgnoredPackages, bool alwaysIncludeValidationContext) { _printErrorsOnly = printErrorsOnly; _skipIgnoredPackages = skipIgnoredPackages; + _alwaysIncludeValidationContext = alwaysIncludeValidationContext; } public async Task Write(Stream stream, IList results) { - var errorColumnDefinition = new ColumnDefinition("Error", license => license.ValidationErrors.Select(e => e.Error), license => license.ValidationErrors.Any()); + var errorColumnDefinition = new ColumnDefinition("Error", license => license.ValidationChecks.Select(e => e.Error), license => license.ValidationChecks.Exists(c => c.Error is not null)); ColumnDefinition[] columnDefinitions = new[] { new ColumnDefinition("Package", license => license.PackageId, license => true, true), new ColumnDefinition("Version", license => license.PackageVersion, license => true, true), new ColumnDefinition("License Information Origin", license => license.LicenseInformationOrigin, license => true, true), - new ColumnDefinition("License Expression", license => license.License, license => license.License != null), - new ColumnDefinition("Package Project Url",license => license.PackageProjectUrl, license => license.PackageProjectUrl != null), + new ColumnDefinition("License Expression", license => license.License, license => license.License is not null), + new ColumnDefinition("Package Project Url",license => license.PackageProjectUrl, license => license.PackageProjectUrl is not null), errorColumnDefinition, - new ColumnDefinition("Error Context", license => license.ValidationErrors.Select(e => e.Context), license => license.ValidationErrors.Any()), + new ColumnDefinition("Context", license => license.ValidationChecks.Select(e => e.Context), license => _alwaysIncludeValidationContext || license.ValidationChecks.Exists(c => c.Error is not null)), }; foreach (LicenseValidationResult license in results) @@ -37,7 +39,7 @@ public async Task Write(Stream stream, IList results) if (_printErrorsOnly && errorColumnDefinition.Enabled) { - results = results.Where(r => r.ValidationErrors.Any()).ToList(); + results = results.Where(r => r.ValidationChecks.Exists(c => c.Error is not null)).ToList(); } if (_skipIgnoredPackages) diff --git a/src/NuGetUtility/Output/Table/TablePrinter.cs b/src/NuGetUtility/Output/Table/TablePrinter.cs index 2ea1193b..75d44cee 100644 --- a/src/NuGetUtility/Output/Table/TablePrinter.cs +++ b/src/NuGetUtility/Output/Table/TablePrinter.cs @@ -39,9 +39,9 @@ public void AddRow(object?[] row) private string[] GetLines(object? lines) { - if (lines is IEnumerable enumerable) + if (lines is IEnumerable enumerable) { - return enumerable.Select(o => o.ToString() ?? string.Empty).ToArray(); + return enumerable.Select(o => o?.ToString() ?? string.Empty).ToArray(); } return new[] { lines?.ToString() ?? string.Empty }; } diff --git a/src/NuGetUtility/PackageInformationReader/PackageInformationReader.cs b/src/NuGetUtility/PackageInformationReader/PackageInformationReader.cs index befbc792..08e5f2a6 100644 --- a/src/NuGetUtility/PackageInformationReader/PackageInformationReader.cs +++ b/src/NuGetUtility/PackageInformationReader/PackageInformationReader.cs @@ -52,7 +52,7 @@ public async IAsyncEnumerable GetPackageInfo( private PackageSearchResult TryGetPackageInformationFromGlobalPackageFolder(PackageIdentity package) { IPackageMetadata? metadata = _globalPackagesFolderUtility.GetPackage(package); - if (metadata != null) + if (metadata is not null) { return new PackageSearchResult(metadata); } @@ -74,7 +74,7 @@ private async Task TryGetPackageInformationFromRepositories IPackageMetadata? updatedPackageMetadata = await resource.TryGetMetadataAsync(package, cancellation); - if (updatedPackageMetadata != null) + if (updatedPackageMetadata is not null) { return new PackageSearchResult(updatedPackageMetadata); } diff --git a/src/NuGetUtility/Program.cs b/src/NuGetUtility/Program.cs index cd2f4cea..112e4cf4 100644 --- a/src/NuGetUtility/Program.cs +++ b/src/NuGetUtility/Program.cs @@ -81,6 +81,11 @@ public class Program Description = "If this option is set, the packages matching the ignore regexes are also printed to the output by specifying that they were explicitly ignored.")] public bool IncludeIgnoredPackages { get; } = false; + [Option(LongName = "always-include-validation-context", + ShortName = "include-context", + Description = "If this option is set, the output will include the license context even if no error occurred.")] + public bool AlwaysIncludeValidationContext { get; } = false; + public static async Task Main(string[] args) { var lifetime = new AppLifetime(); @@ -135,7 +140,7 @@ private async Task OnExecuteAsync(CancellationToken cancellationToken) await using Stream outputStream = Console.OpenStandardOutput(); await output.Write(outputStream, results.OrderBy(r => r.PackageId).ThenBy(r => r.PackageVersion).ToList()); - return results.Count(r => r.ValidationErrors.Any()); + return results.Count(r => r.ValidationChecks.Exists(c => c.Error is not null)); } private static IAsyncEnumerable GetPackageInfos( ProjectWithReferencedPackages projectWithReferences, @@ -156,9 +161,9 @@ private IOutputFormatter GetOutputFormatter() { return OutputType switch { - OutputType.Json => new JsonOutputFormatter(false, ReturnErrorsOnly, !IncludeIgnoredPackages), - OutputType.JsonPretty => new JsonOutputFormatter(true, ReturnErrorsOnly, !IncludeIgnoredPackages), - OutputType.Table => new TableOutputFormatter(ReturnErrorsOnly, !IncludeIgnoredPackages), + OutputType.Json => new JsonOutputFormatter(false, ReturnErrorsOnly, !IncludeIgnoredPackages, AlwaysIncludeValidationContext), + OutputType.JsonPretty => new JsonOutputFormatter(true, ReturnErrorsOnly, !IncludeIgnoredPackages, AlwaysIncludeValidationContext), + OutputType.Table => new TableOutputFormatter(ReturnErrorsOnly, !IncludeIgnoredPackages, AlwaysIncludeValidationContext), _ => throw new ArgumentOutOfRangeException($"{OutputType} not supported") }; } @@ -215,10 +220,7 @@ private IImmutableDictionary GetLicenseMappings() return UrlToLicenseMapping.Default; } - var serializerOptions = new JsonSerializerOptions(); - serializerOptions.Converters.Add(new UriDictionaryJsonConverter()); - Dictionary userDictionary = JsonSerializer.Deserialize>(File.ReadAllText(LicenseMapping), - serializerOptions)!; + Dictionary userDictionary = JsonSerializer.Deserialize>(File.ReadAllText(LicenseMapping))!; return UrlToLicenseMapping.Default.SetItems(userDictionary); } @@ -235,12 +237,12 @@ private string[] GetIgnoredPackages() private string[] GetInputFiles() { - if (InputFile != null) + if (InputFile is not null) { return new[] { InputFile }; } - if (InputJsonFile != null) + if (InputJsonFile is not null) { return JsonSerializer.Deserialize(File.ReadAllText(InputJsonFile))!; } diff --git a/src/NuGetUtility/Serialization/NuGetVersionJsonConverter.cs b/src/NuGetUtility/Serialization/NuGetVersionJsonConverter.cs index 9523d736..c1812a42 100644 --- a/src/NuGetUtility/Serialization/NuGetVersionJsonConverter.cs +++ b/src/NuGetUtility/Serialization/NuGetVersionJsonConverter.cs @@ -1,5 +1,6 @@ using System.Text.Json; using System.Text.Json.Serialization; +using NuGetUtility.LicenseValidator; using NuGetUtility.Wrapper.NuGetWrapper.Versioning; namespace NuGetUtility.Serialization diff --git a/src/NuGetUtility/Serialization/PackageValidationContextErrorOnlyConverter.cs b/src/NuGetUtility/Serialization/PackageValidationContextErrorOnlyConverter.cs new file mode 100644 index 00000000..59e44a26 --- /dev/null +++ b/src/NuGetUtility/Serialization/PackageValidationContextErrorOnlyConverter.cs @@ -0,0 +1,42 @@ +using System.Text.Json; +using System.Text.Json.Serialization; +using NuGetUtility.LicenseValidator; + +namespace NuGetUtility.Serialization +{ + internal class PackageValidationContextErrorOnlyConverter : JsonConverter + { + public override LicenseValidationResult? Read(ref Utf8JsonReader reader, + Type typeToConvert, + JsonSerializerOptions options) + { + throw new NotImplementedException(); + } + public override void Write(Utf8JsonWriter writer, LicenseValidationResult value, JsonSerializerOptions options) + { + writer.WriteStartObject(); + foreach (System.Reflection.PropertyInfo propertyInfo in value.GetType().GetProperties()) + { + switch (propertyInfo.Name) + { + case nameof(value.ValidationChecks): + if (value.ValidationChecks.Exists(c => c.Error is not null)) + { + writer.WritePropertyName(propertyInfo.Name); + JsonSerializer.Serialize(writer, value.ValidationChecks.Where(c => c.Error is not null), options); + } + break; + default: + object? writeValue = propertyInfo.GetValue(value); + if (writeValue != null) + { + writer.WritePropertyName(propertyInfo.Name); + JsonSerializer.Serialize(writer, propertyInfo.GetValue(value), options); + } + break; + } + } + writer.WriteEndObject(); + } + } +} diff --git a/src/NuGetUtility/Serialization/UriDictionaryJsonConverter.cs b/src/NuGetUtility/Serialization/UriDictionaryJsonConverter.cs deleted file mode 100644 index 0bb18242..00000000 --- a/src/NuGetUtility/Serialization/UriDictionaryJsonConverter.cs +++ /dev/null @@ -1,67 +0,0 @@ -using System.Text.Json; -using System.Text.Json.Serialization; - -namespace NuGetUtility.Serialization -{ - /// - /// credit: https://makolyte.com/system-text-json-cant-serialize-dictionary-unless-it-has-a-string-key/ - /// - /// - /// - public class UriDictionaryJsonConverter : JsonConverter> - { - public override bool CanConvert(Type typeToConvert) - { - /* Only use this converter if - * 1. It's a dictionary - * 2. The key is not a string - */ - if (typeToConvert != typeof(Dictionary)) - { - return false; - } - - if (typeToConvert.GenericTypeArguments.First() == typeof(string)) - { - return false; - } - - return true; - } - - public override IDictionary Read(ref Utf8JsonReader reader, - Type typeToConvert, - JsonSerializerOptions options) - { - //Step 1 - Use built-in serializer to deserialize into a dictionary with string key - var dictionaryWithStringKey = - (Dictionary)JsonSerializer.Deserialize(ref reader, - typeof(Dictionary), - options)!; - - //Step 2 - Convert the dictionary to one that uses the actual key type we want - var dictionary = new Dictionary(); - - foreach (KeyValuePair kvp in dictionaryWithStringKey) - { - dictionary.Add(new Uri(kvp.Key), kvp.Value); - } - - return dictionary; - } - - public override void Write(Utf8JsonWriter writer, IDictionary value, JsonSerializerOptions options) - { - //Step 1 - Convert dictionary to a dictionary with string key - var dictionary = new Dictionary(value.Count); - - foreach (KeyValuePair kvp in value) - { - dictionary.Add(kvp.Key.ToString(), kvp.Value); - } - - //Step 2 - Use the built-in serializer, because it can handle dictionaries with string keys - JsonSerializer.Serialize(writer, dictionary, options); - } - } -} diff --git a/src/NuGetUtility/Serialization/ValidatedLicenseJsonConverterWithOmittingEmptyErrorList.cs b/src/NuGetUtility/Serialization/ValidatedLicenseJsonConverterWithOmittingEmptyErrorList.cs deleted file mode 100644 index 8d8cb520..00000000 --- a/src/NuGetUtility/Serialization/ValidatedLicenseJsonConverterWithOmittingEmptyErrorList.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Text.Json; -using System.Text.Json.Serialization; -using NuGetUtility.LicenseValidator; - -namespace NuGetUtility.Serialization -{ - public class ValidatedLicenseJsonConverterWithOmittingEmptyErrorList : JsonConverter - { - public override LicenseValidationResult? Read(ref Utf8JsonReader reader, - Type typeToConvert, - JsonSerializerOptions options) - { - throw new NotImplementedException(); - } - public override void Write(Utf8JsonWriter writer, LicenseValidationResult value, JsonSerializerOptions options) - { - writer.WriteStartObject(); - foreach (System.Reflection.PropertyInfo propertyInfo in value.GetType().GetProperties()) - { - if (propertyInfo.Name == nameof(value.ValidationErrors) && !value.ValidationErrors.Any()) - { - continue; - } - object? writeValue = propertyInfo.GetValue(value); - if (writeValue != null) - { - writer.WritePropertyName(propertyInfo.Name); - JsonSerializer.Serialize(writer, propertyInfo.GetValue(value), options); - } - } - writer.WriteEndObject(); - } - } -} diff --git a/src/NuGetUtility/Wrapper/NuGetWrapper/ProjectModel/WrappedPackageSpec.cs b/src/NuGetUtility/Wrapper/NuGetWrapper/ProjectModel/WrappedPackageSpec.cs index 1529ab2d..5c96b4a8 100644 --- a/src/NuGetUtility/Wrapper/NuGetWrapper/ProjectModel/WrappedPackageSpec.cs +++ b/src/NuGetUtility/Wrapper/NuGetWrapper/ProjectModel/WrappedPackageSpec.cs @@ -13,7 +13,7 @@ public WrappedPackageSpec(PackageSpec? spec) public bool IsValid() { - return _spec != null; + return _spec is not null; } public IEnumerable TargetFrameworks => diff --git a/src/NuGetUtility/Wrapper/NuGetWrapper/Protocol/Core/Types/CachingDisposableSourceRepository.cs b/src/NuGetUtility/Wrapper/NuGetWrapper/Protocol/Core/Types/CachingDisposableSourceRepository.cs index 396c06da..ffd26301 100644 --- a/src/NuGetUtility/Wrapper/NuGetWrapper/Protocol/Core/Types/CachingDisposableSourceRepository.cs +++ b/src/NuGetUtility/Wrapper/NuGetWrapper/Protocol/Core/Types/CachingDisposableSourceRepository.cs @@ -21,7 +21,7 @@ public void Dispose() public async Task GetPackageMetadataResourceAsync() { - if (_packageMetadataResource != null) + if (_packageMetadataResource is not null) { return _packageMetadataResource; } diff --git a/tests/NuGetUtility.Test/LicenseValidator/LicenseValidationResultValueEqualityComparer.cs b/tests/NuGetUtility.Test/LicenseValidator/LicenseValidationResultValueEqualityComparer.cs index 3232e700..3826f3f4 100644 --- a/tests/NuGetUtility.Test/LicenseValidator/LicenseValidationResultValueEqualityComparer.cs +++ b/tests/NuGetUtility.Test/LicenseValidator/LicenseValidationResultValueEqualityComparer.cs @@ -10,25 +10,25 @@ public bool Equals(LicenseValidationResult? x, LicenseValidationResult? y) if (x is null) return false; if (y is null) return false; if (x.GetType() != y.GetType()) return false; - return x.ValidationErrors.SequenceEqual(y.ValidationErrors) && (x.License == y.License) && + return x.ValidationChecks.SequenceEqual(y.ValidationChecks) && (x.License == y.License) && (x.LicenseInformationOrigin == y.LicenseInformationOrigin) && (x.PackageId == y.PackageId) && x.PackageVersion.Equals(y.PackageVersion) && (x.PackageProjectUrl == y.PackageProjectUrl); } public int GetHashCode(LicenseValidationResult obj) { - return HashCode.Combine(GetHashCode(obj.ValidationErrors), + return HashCode.Combine(GetHashCode(obj.ValidationChecks), obj.License, (int)obj.LicenseInformationOrigin, obj.PackageId, obj.PackageVersion, obj.PackageProjectUrl); } - private HashCode GetHashCode(List validationErrors) + private HashCode GetHashCode(List validationChecks) { var code = new HashCode(); - foreach (ValidationError error in validationErrors) + foreach (ValidationCheck check in validationChecks) { - code.Add(error); + code.Add(check); } return code; } diff --git a/tests/NuGetUtility.Test/LicenseValidator/LicenseValidatorTest.cs b/tests/NuGetUtility.Test/LicenseValidator/LicenseValidatorTest.cs index c3157fb4..0be88e5f 100644 --- a/tests/NuGetUtility.Test/LicenseValidator/LicenseValidatorTest.cs +++ b/tests/NuGetUtility.Test/LicenseValidator/LicenseValidatorTest.cs @@ -101,7 +101,7 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_PackageNameMatchesE IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -110,7 +110,8 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_PackageNameMatchesE packageVersion, _projectUrl.ToString(), null, - LicenseInformationOrigin.Ignored) + LicenseInformationOrigin.Ignored, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -129,7 +130,7 @@ public async Task ValidatingLicenses_Should_NotIgnorePackage_If_PackageNameDoesN IPackageMetadata package = SetupPackageWithExpressionLicenseInformation(packageId, packageVersion, license); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -138,7 +139,8 @@ public async Task ValidatingLicenses_Should_NotIgnorePackage_If_PackageNameDoesN packageVersion, _projectUrl.ToString(), license, - LicenseInformationOrigin.Expression) + LicenseInformationOrigin.Expression, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -159,7 +161,7 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -168,7 +170,8 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch packageVersion, _projectUrl.ToString(), null, - LicenseInformationOrigin.Ignored) + LicenseInformationOrigin.Ignored, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -189,7 +192,7 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -198,7 +201,8 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch packageVersion, _projectUrl.ToString(), null, - LicenseInformationOrigin.Ignored) + LicenseInformationOrigin.Ignored, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -220,7 +224,7 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -229,7 +233,8 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch packageVersion, _projectUrl.ToString(), null, - LicenseInformationOrigin.Ignored) + LicenseInformationOrigin.Ignored, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -247,7 +252,7 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -256,7 +261,8 @@ public async Task ValidatingLicenses_Should_IgnorePackage_If_IgnoreWildcardMatch packageVersion, _projectUrl.ToString(), null, - LicenseInformationOrigin.Ignored) + LicenseInformationOrigin.Ignored, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -275,7 +281,7 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give IPackageMetadata package = SetupPackageWithExpressionLicenseInformation(packageId, packageVersion, license); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -284,7 +290,8 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give packageVersion, _projectUrl.ToString(), license, - LicenseInformationOrigin.Expression) + LicenseInformationOrigin.Expression, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -303,7 +310,7 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC IPackageMetadata package = SetupPackageWithOverwriteLicenseInformation(packageId, packageVersion, license); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -312,7 +319,8 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC packageVersion, _projectUrl.ToString(), license, - LicenseInformationOrigin.Overwrite) + LicenseInformationOrigin.Overwrite, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -340,7 +348,7 @@ public async Task ValidatingLicensesWithMatchingLicenseUrl_Should_GiveCorrectVal KeyValuePair mappingLicense = _licenseMapping.Shuffle(34561).First(); IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, mappingLicense.Key); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -349,7 +357,8 @@ public async Task ValidatingLicensesWithMatchingLicenseUrl_Should_GiveCorrectVal packageVersion, _projectUrl.ToString(), mappingLicense.Value, - LicenseInformationOrigin.Url) + LicenseInformationOrigin.Url, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -368,7 +377,7 @@ public async Task ValidatingLicensesWithMatchingLicenseUrl_Should_GiveCorrectVal IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, licenseUrl); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -377,7 +386,8 @@ public async Task ValidatingLicensesWithMatchingLicenseUrl_Should_GiveCorrectVal packageVersion, _projectUrl.ToString(), licenseUrl.ToString(), - LicenseInformationOrigin.Url) + LicenseInformationOrigin.Url, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -399,7 +409,7 @@ public async Task ValidatingLicensesWithNotSupportedLicenseMetadata_Should_GiveC IPackageMetadata package = SetupPackageWithLicenseInformationOfType(packageId, packageVersion, license, licenseType); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -409,10 +419,9 @@ public async Task ValidatingLicensesWithNotSupportedLicenseMetadata_Should_GiveC _projectUrl.ToString(), null, LicenseInformationOrigin.Unknown, - new List + new List { - new ValidationError($"Validation for licenses of type {licenseType} not yet supported", - _context) + new ValidationCheck(_context,$"Validation for licenses of type {licenseType} not yet supported") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); @@ -431,7 +440,7 @@ public async Task ValidatingLicensesWithoutLicenseInformation_Should_GiveCorrect IPackageMetadata package = SetupPackage(packageId, packageVersion); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -441,10 +450,9 @@ public async Task ValidatingLicensesWithoutLicenseInformation_Should_GiveCorrect _projectUrl.ToString(), null, LicenseInformationOrigin.Unknown, - new List + new List { - new ValidationError("No license information found", - _context) + new ValidationCheck(_context,"No license information found") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); @@ -459,7 +467,7 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give { IPackageMetadata package = SetupPackageWithExpressionLicenseInformation(packageId, packageVersion, license); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -469,10 +477,9 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give _projectUrl.ToString(), license, LicenseInformationOrigin.Expression, - new List + new List { - new ValidationError($"License {license} not found in list of supported licenses", - _context) + new ValidationCheck(_context, $"License {license} not found in list of supported licenses") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); @@ -487,7 +494,7 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC { IPackageMetadata package = SetupPackageWithOverwriteLicenseInformation(packageId, packageVersion, license); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -497,10 +504,9 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC _projectUrl.ToString(), license, LicenseInformationOrigin.Overwrite, - new List + new List { - new ValidationError($"License {license} not found in list of supported licenses", - _context) + new ValidationCheck(_context,$"License {license} not found in list of supported licenses") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); @@ -515,7 +521,7 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give string validLicense = _allowedLicenses.Shuffle(135643).First(); IPackageMetadata package = SetupPackageWithExpressionLicenseInformation(packageId, packageVersion, validLicense); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -524,7 +530,8 @@ public async Task ValidatingLicensesWithExpressionLicenseInformation_Should_Give packageVersion, _projectUrl.ToString(), validLicense, - LicenseInformationOrigin.Expression) + LicenseInformationOrigin.Expression, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -538,7 +545,7 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC string validLicense = _allowedLicenses.Shuffle(135643).First(); IPackageMetadata package = SetupPackageWithOverwriteLicenseInformation(packageId, packageVersion, validLicense); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -547,7 +554,8 @@ public async Task ValidatingLicensesWithOverwriteLicenseInformation_Should_GiveC packageVersion, _projectUrl.ToString(), validLicense, - LicenseInformationOrigin.Overwrite) + LicenseInformationOrigin.Overwrite, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -561,7 +569,7 @@ public async Task ValidatingLicensesWithMatchingUrlInformation_Should_GiveCorrec KeyValuePair urlMatch = _licenseMapping.Shuffle(765).First(); IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, urlMatch.Key); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -571,10 +579,9 @@ public async Task ValidatingLicensesWithMatchingUrlInformation_Should_GiveCorrec _projectUrl.ToString(), urlMatch.Value, LicenseInformationOrigin.Url, - new List + new List { - new ValidationError($"License {urlMatch.Value} not found in list of supported licenses", - _context) + new ValidationCheck(_context,$"License {urlMatch.Value} not found in list of supported licenses") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); @@ -589,7 +596,7 @@ public async Task ValidatingLicensesWithUrlInformation_Should_StartDownloadingSa KeyValuePair urlMatch = _licenseMapping.Shuffle(4567).First(); IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, urlMatch.Key); - _ = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + _ = await _uut.Validate(CreateInput(package, _context)); await _fileDownloader.Received(1).DownloadFile(package.LicenseUrl!, $"{package.Identity.Id}__{package.Identity.Version}.html"); @@ -607,7 +614,7 @@ public void ValidatingLicensesWithUrlInformation_Should_ThrowLicenseDownloadInfo .Do(_ => throw new Exception()); LicenseDownloadException? exception = - Assert.ThrowsAsync(() => _uut.Validate(LicenseValidatorTest.CreateInput(package, _context))); + Assert.ThrowsAsync(() => _uut.Validate(CreateInput(package, _context))); Assert.IsInstanceOf(exception!.InnerException); Assert.AreEqual( $"Failed to download license for package {packageId} ({packageVersion}).\nContext: {_context}", @@ -627,7 +634,7 @@ public async Task ValidatingLicensesWithMatchingUrlInformation_Should_GiveCorrec _ignoredLicenses); IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, urlMatch.Key); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -636,7 +643,8 @@ public async Task ValidatingLicensesWithMatchingUrlInformation_Should_GiveCorrec packageVersion, _projectUrl.ToString(), urlMatch.Value, - LicenseInformationOrigin.Url) + LicenseInformationOrigin.Url, + new List{new ValidationCheck( _context) }) }) .Using(new LicenseValidationResultValueEqualityComparer())); } @@ -650,7 +658,7 @@ public async Task ValidatingLicensesWithNotMatchingUrlInformation_Should_GiveCor { IPackageMetadata package = SetupPackageWithLicenseUrl(packageId, packageVersion, licenseUrl); - IEnumerable result = await _uut.Validate(LicenseValidatorTest.CreateInput(package, _context)); + IEnumerable result = await _uut.Validate(CreateInput(package, _context)); Assert.That(result, Is.EquivalentTo(new[] @@ -660,10 +668,9 @@ public async Task ValidatingLicensesWithNotMatchingUrlInformation_Should_GiveCor _projectUrl.ToString(), licenseUrl.ToString(), LicenseInformationOrigin.Url, - new List + new List { - new ValidationError($"Cannot determine License type for url {licenseUrl}", - _context) + new ValidationCheck(_context, $"Cannot determine License type for url {licenseUrl}") }) }) .Using(new LicenseValidationResultValueEqualityComparer())); diff --git a/tests/NuGetUtility.Test/Output/Json/JsonOutputFormatterTest.cs b/tests/NuGetUtility.Test/Output/Json/JsonOutputFormatterTest.cs index 80a18830..d1382ba5 100644 --- a/tests/NuGetUtility.Test/Output/Json/JsonOutputFormatterTest.cs +++ b/tests/NuGetUtility.Test/Output/Json/JsonOutputFormatterTest.cs @@ -3,29 +3,39 @@ namespace NuGetUtility.Test.Output.Json { - [TestFixture(false, false, false)] - [TestFixture(true, false, false)] - [TestFixture(false, true, false)] - [TestFixture(true, true, false)] - [TestFixture(false, false, true)] - [TestFixture(true, false, true)] - [TestFixture(false, true, true)] - [TestFixture(true, true, true)] + [TestFixture(false, false, false, false)] + [TestFixture(true, false, false, false)] + [TestFixture(false, true, false, false)] + [TestFixture(true, true, false, false)] + [TestFixture(false, false, true, false)] + [TestFixture(true, false, true, false)] + [TestFixture(false, true, true, false)] + [TestFixture(true, true, true, false)] + [TestFixture(false, false, false, true)] + [TestFixture(true, false, false, true)] + [TestFixture(false, true, false, true)] + [TestFixture(true, true, false, true)] + [TestFixture(false, false, true, true)] + [TestFixture(true, false, true, true)] + [TestFixture(false, true, true, true)] + [TestFixture(true, true, true, true)] public class JsonOutputFormatterTest : TestBase { private readonly bool _prettyPrint; private readonly bool _omitValidLicensesOnError; private readonly bool _skipIgnoredPackages; + private readonly bool _alwaysIncludeValidationContext; - public JsonOutputFormatterTest(bool prettyPrint, bool omitValidLicensesOnError, bool skipIgnoredPackages) + public JsonOutputFormatterTest(bool prettyPrint, bool omitValidLicensesOnError, bool skipIgnoredPackages, bool alwaysIncludeValidationContext) { _prettyPrint = prettyPrint; _omitValidLicensesOnError = omitValidLicensesOnError; _skipIgnoredPackages = skipIgnoredPackages; + _alwaysIncludeValidationContext = alwaysIncludeValidationContext; } protected override IOutputFormatter CreateUut() { - return new JsonOutputFormatter(_prettyPrint, _omitValidLicensesOnError, _skipIgnoredPackages); + return new JsonOutputFormatter(_prettyPrint, _omitValidLicensesOnError, _skipIgnoredPackages, _alwaysIncludeValidationContext); } } } diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 43cee324..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 8af9394e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 7a13dc83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 0be54a5b..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 7407f31b..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index a6a4ce73..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index d85c7559..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 48fa5577..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index c652d341..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index b09ba98a..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index e3180687..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 947d80bb..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index c4129c0d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index aff6f74d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index 6ff5a128..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 9af9336f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 3b804f4e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index f7e40923..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 5f09a371..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 4694389e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index c8e591a9..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index c0de5298..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..021550f0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..3dcc7812 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..cef9082f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..b9f486e0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..6b3944b2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..b7e15fe5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..bd7b86dc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..62844cf3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..9d263899 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..a48e5941 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..4500b69e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..315004ed --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..6e98710a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..760bcef0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..17b4510f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..9b8341c0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..b1511ac4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..d91e2ea3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..490010d2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..18f98fb5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..79fe01a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..2215b2fe --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c47d4feb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..80da64c7 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..6dac1557 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..d8532cd1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","ValidationChecks":[{"Context":"Dominic","Error":null},{"Context":"Genesis","Error":null},{"Context":"Saige","Error":null},{"Context":"Delmer","Error":null},{"Context":"Nia","Error":null},{"Context":"George","Error":null}],"License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","ValidationChecks":[{"Context":"Jaleel","Error":null},{"Context":"Keaton","Error":null},{"Context":"Barbara","Error":null}],"License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","ValidationChecks":[{"Context":"Margaret","Error":null},{"Context":"Mckenzie","Error":null},{"Context":"Iliana","Error":null}],"License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","ValidationChecks":[{"Context":"Lolita","Error":null},{"Context":"Katelynn","Error":null},{"Context":"Alice","Error":null},{"Context":"Frederik","Error":null},{"Context":"Meredith","Error":null}],"License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","ValidationChecks":[{"Context":"Viviane","Error":null},{"Context":"Bette","Error":null},{"Context":"Maida","Error":null},{"Context":"Dejon","Error":null},{"Context":"Noah","Error":null},{"Context":"Leonardo","Error":null}],"License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","ValidationChecks":[{"Context":"Eli","Error":null},{"Context":"Richmond","Error":null},{"Context":"Ari","Error":null},{"Context":"Deja","Error":null}],"License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","ValidationChecks":[{"Context":"Amos","Error":null},{"Context":"Jaren","Error":null},{"Context":"Steve","Error":null},{"Context":"Jerald","Error":null},{"Context":"Yvonne","Error":null},{"Context":"Serenity","Error":null},{"Context":"Trinity","Error":null},{"Context":"Lonny","Error":null}],"License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","ValidationChecks":[{"Context":"Carey","Error":null},{"Context":"Edna","Error":null},{"Context":"Scottie","Error":null},{"Context":"Oral","Error":null},{"Context":"Theron","Error":null},{"Context":"Jack","Error":null}],"License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","ValidationChecks":[{"Context":"Collin","Error":null},{"Context":"Martine","Error":null},{"Context":"Jeramy","Error":null},{"Context":"Alfred","Error":null},{"Context":"Zora","Error":null},{"Context":"Kieran","Error":null},{"Context":"Caleigh","Error":null},{"Context":"Kiana","Error":null},{"Context":"Casper","Error":null},{"Context":"Allen","Error":null}],"License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","ValidationChecks":[{"Context":"Garry","Error":null},{"Context":"Einar","Error":null},{"Context":"Casandra","Error":null}],"License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","ValidationChecks":[{"Context":"Brannon","Error":null},{"Context":"Barney","Error":null},{"Context":"Briana","Error":null},{"Context":"Jarod","Error":null},{"Context":"Janae","Error":null},{"Context":"Geovany","Error":null},{"Context":"Cleve","Error":null}],"License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","ValidationChecks":[{"Context":"Emanuel","Error":null},{"Context":"Clarabelle","Error":null},{"Context":"Haven","Error":null},{"Context":"Coy","Error":null},{"Context":"Colten","Error":null},{"Context":"Ricardo","Error":null},{"Context":"Charlene","Error":null},{"Context":"Kari","Error":null}],"License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","ValidationChecks":[{"Context":"Meaghan","Error":null},{"Context":"Alexandra","Error":null},{"Context":"Janice","Error":null}],"License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","ValidationChecks":[{"Context":"Sharon","Error":null},{"Context":"Alison","Error":null},{"Context":"Mandy","Error":null}],"License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","ValidationChecks":[{"Context":"Mason","Error":null},{"Context":"Myrl","Error":null},{"Context":"Itzel","Error":null},{"Context":"Pearlie","Error":null}],"License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","ValidationChecks":[{"Context":"Sammy","Error":null},{"Context":"Otto","Error":null},{"Context":"Joana","Error":null},{"Context":"Jack","Error":null},{"Context":"Raquel","Error":null},{"Context":"Modesto","Error":null}],"License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","ValidationChecks":[{"Context":"Camille","Error":null},{"Context":"Sylvan","Error":null},{"Context":"Arielle","Error":null},{"Context":"Elijah","Error":null},{"Context":"Cheyanne","Error":null},{"Context":"Bradly","Error":null},{"Context":"Craig","Error":null},{"Context":"Jaiden","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..256006fc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","ValidationChecks":[{"Context":"Amos","Error":null},{"Context":"Jaren","Error":null},{"Context":"Steve","Error":null},{"Context":"Jerald","Error":null},{"Context":"Yvonne","Error":null},{"Context":"Serenity","Error":null},{"Context":"Trinity","Error":null},{"Context":"Lonny","Error":null}],"License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","ValidationChecks":[{"Context":"Eli","Error":null},{"Context":"Richmond","Error":null},{"Context":"Ari","Error":null},{"Context":"Deja","Error":null}],"License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","ValidationChecks":[{"Context":"Sammy","Error":null},{"Context":"Otto","Error":null},{"Context":"Joana","Error":null},{"Context":"Jack","Error":null},{"Context":"Raquel","Error":null},{"Context":"Modesto","Error":null}],"License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","ValidationChecks":[{"Context":"Camille","Error":null},{"Context":"Sylvan","Error":null},{"Context":"Arielle","Error":null},{"Context":"Elijah","Error":null},{"Context":"Cheyanne","Error":null},{"Context":"Bradly","Error":null},{"Context":"Craig","Error":null},{"Context":"Jaiden","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","ValidationChecks":[{"Context":"Brannon","Error":null},{"Context":"Barney","Error":null},{"Context":"Briana","Error":null},{"Context":"Jarod","Error":null},{"Context":"Janae","Error":null},{"Context":"Geovany","Error":null},{"Context":"Cleve","Error":null}],"License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","ValidationChecks":[{"Context":"Lolita","Error":null},{"Context":"Katelynn","Error":null},{"Context":"Alice","Error":null},{"Context":"Frederik","Error":null},{"Context":"Meredith","Error":null}],"License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","ValidationChecks":[{"Context":"Viviane","Error":null},{"Context":"Bette","Error":null},{"Context":"Maida","Error":null},{"Context":"Dejon","Error":null},{"Context":"Noah","Error":null},{"Context":"Leonardo","Error":null}],"License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","ValidationChecks":[{"Context":"Mason","Error":null},{"Context":"Myrl","Error":null},{"Context":"Itzel","Error":null},{"Context":"Pearlie","Error":null}],"License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","ValidationChecks":[{"Context":"Carey","Error":null},{"Context":"Edna","Error":null},{"Context":"Scottie","Error":null},{"Context":"Oral","Error":null},{"Context":"Theron","Error":null},{"Context":"Jack","Error":null}],"License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","ValidationChecks":[{"Context":"Jaleel","Error":null},{"Context":"Keaton","Error":null},{"Context":"Barbara","Error":null}],"License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","ValidationChecks":[{"Context":"Margaret","Error":null},{"Context":"Mckenzie","Error":null},{"Context":"Iliana","Error":null}],"License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","ValidationChecks":[{"Context":"Emanuel","Error":null},{"Context":"Clarabelle","Error":null},{"Context":"Haven","Error":null},{"Context":"Coy","Error":null},{"Context":"Colten","Error":null},{"Context":"Ricardo","Error":null},{"Context":"Charlene","Error":null},{"Context":"Kari","Error":null}],"License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","ValidationChecks":[{"Context":"Sharon","Error":null},{"Context":"Alison","Error":null},{"Context":"Mandy","Error":null}],"License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","ValidationChecks":[{"Context":"Garry","Error":null},{"Context":"Einar","Error":null},{"Context":"Casandra","Error":null}],"License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","ValidationChecks":[{"Context":"Meaghan","Error":null},{"Context":"Alexandra","Error":null},{"Context":"Janice","Error":null}],"License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","ValidationChecks":[{"Context":"Collin","Error":null},{"Context":"Martine","Error":null},{"Context":"Jeramy","Error":null},{"Context":"Alfred","Error":null},{"Context":"Zora","Error":null},{"Context":"Kieran","Error":null},{"Context":"Caleigh","Error":null},{"Context":"Kiana","Error":null},{"Context":"Casper","Error":null},{"Context":"Allen","Error":null}],"License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","ValidationChecks":[{"Context":"Dominic","Error":null},{"Context":"Genesis","Error":null},{"Context":"Saige","Error":null},{"Context":"Delmer","Error":null},{"Context":"Nia","Error":null},{"Context":"George","Error":null}],"License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..67073312 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","ValidationChecks":[{"Context":"Dominic","Error":null},{"Context":"Genesis","Error":null},{"Context":"Saige","Error":null},{"Context":"Delmer","Error":null},{"Context":"Nia","Error":null},{"Context":"George","Error":null}],"License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","ValidationChecks":[{"Context":"Jaleel","Error":null},{"Context":"Keaton","Error":null},{"Context":"Barbara","Error":null}],"License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","ValidationChecks":[{"Context":"Sharon","Error":null},{"Context":"Alison","Error":null},{"Context":"Mandy","Error":null}],"License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","ValidationChecks":[{"Context":"Margaret","Error":null},{"Context":"Mckenzie","Error":null},{"Context":"Iliana","Error":null}],"License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","ValidationChecks":[{"Context":"Lolita","Error":null},{"Context":"Katelynn","Error":null},{"Context":"Alice","Error":null},{"Context":"Frederik","Error":null},{"Context":"Meredith","Error":null}],"License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","ValidationChecks":[{"Context":"Eli","Error":null},{"Context":"Richmond","Error":null},{"Context":"Ari","Error":null},{"Context":"Deja","Error":null}],"License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","ValidationChecks":[{"Context":"Meaghan","Error":null},{"Context":"Alexandra","Error":null},{"Context":"Janice","Error":null}],"License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","ValidationChecks":[{"Context":"Brannon","Error":null},{"Context":"Barney","Error":null},{"Context":"Briana","Error":null},{"Context":"Jarod","Error":null},{"Context":"Janae","Error":null},{"Context":"Geovany","Error":null},{"Context":"Cleve","Error":null}],"License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","ValidationChecks":[{"Context":"Mason","Error":null},{"Context":"Myrl","Error":null},{"Context":"Itzel","Error":null},{"Context":"Pearlie","Error":null}],"License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","ValidationChecks":[{"Context":"Viviane","Error":null},{"Context":"Bette","Error":null},{"Context":"Maida","Error":null},{"Context":"Dejon","Error":null},{"Context":"Noah","Error":null},{"Context":"Leonardo","Error":null}],"License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","ValidationChecks":[{"Context":"Collin","Error":null},{"Context":"Martine","Error":null},{"Context":"Jeramy","Error":null},{"Context":"Alfred","Error":null},{"Context":"Zora","Error":null},{"Context":"Kieran","Error":null},{"Context":"Caleigh","Error":null},{"Context":"Kiana","Error":null},{"Context":"Casper","Error":null},{"Context":"Allen","Error":null}],"License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","ValidationChecks":[{"Context":"Amos","Error":null},{"Context":"Jaren","Error":null},{"Context":"Steve","Error":null},{"Context":"Jerald","Error":null},{"Context":"Yvonne","Error":null},{"Context":"Serenity","Error":null},{"Context":"Trinity","Error":null},{"Context":"Lonny","Error":null}],"License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","ValidationChecks":[{"Context":"Sammy","Error":null},{"Context":"Otto","Error":null},{"Context":"Joana","Error":null},{"Context":"Jack","Error":null},{"Context":"Raquel","Error":null},{"Context":"Modesto","Error":null}],"License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","ValidationChecks":[{"Context":"Garry","Error":null},{"Context":"Einar","Error":null},{"Context":"Casandra","Error":null}],"License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","ValidationChecks":[{"Context":"Emanuel","Error":null},{"Context":"Clarabelle","Error":null},{"Context":"Haven","Error":null},{"Context":"Coy","Error":null},{"Context":"Colten","Error":null},{"Context":"Ricardo","Error":null},{"Context":"Charlene","Error":null},{"Context":"Kari","Error":null}],"License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","ValidationChecks":[{"Context":"Camille","Error":null},{"Context":"Sylvan","Error":null},{"Context":"Arielle","Error":null},{"Context":"Elijah","Error":null},{"Context":"Cheyanne","Error":null},{"Context":"Bradly","Error":null},{"Context":"Craig","Error":null},{"Context":"Jaiden","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","ValidationChecks":[{"Context":"Carey","Error":null},{"Context":"Edna","Error":null},{"Context":"Scottie","Error":null},{"Context":"Oral","Error":null},{"Context":"Theron","Error":null},{"Context":"Jack","Error":null}],"License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..a0c2e574 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","ValidationChecks":[{"Context":"Eli","Error":null},{"Context":"Richmond","Error":null},{"Context":"Ari","Error":null},{"Context":"Deja","Error":null}],"License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","ValidationChecks":[{"Context":"Jaleel","Error":null},{"Context":"Keaton","Error":null},{"Context":"Barbara","Error":null}],"License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","ValidationChecks":[{"Context":"Viviane","Error":null},{"Context":"Bette","Error":null},{"Context":"Maida","Error":null},{"Context":"Dejon","Error":null},{"Context":"Noah","Error":null},{"Context":"Leonardo","Error":null}],"License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","ValidationChecks":[{"Context":"Lolita","Error":null},{"Context":"Katelynn","Error":null},{"Context":"Alice","Error":null},{"Context":"Frederik","Error":null},{"Context":"Meredith","Error":null}],"License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","ValidationChecks":[{"Context":"Carey","Error":null},{"Context":"Edna","Error":null},{"Context":"Scottie","Error":null},{"Context":"Oral","Error":null},{"Context":"Theron","Error":null},{"Context":"Jack","Error":null}],"License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","ValidationChecks":[{"Context":"Sharon","Error":null},{"Context":"Alison","Error":null},{"Context":"Mandy","Error":null}],"License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","ValidationChecks":[{"Context":"Mason","Error":null},{"Context":"Myrl","Error":null},{"Context":"Itzel","Error":null},{"Context":"Pearlie","Error":null}],"License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","ValidationChecks":[{"Context":"Amos","Error":null},{"Context":"Jaren","Error":null},{"Context":"Steve","Error":null},{"Context":"Jerald","Error":null},{"Context":"Yvonne","Error":null},{"Context":"Serenity","Error":null},{"Context":"Trinity","Error":null},{"Context":"Lonny","Error":null}],"License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","ValidationChecks":[{"Context":"Sammy","Error":null},{"Context":"Otto","Error":null},{"Context":"Joana","Error":null},{"Context":"Jack","Error":null},{"Context":"Raquel","Error":null},{"Context":"Modesto","Error":null}],"License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","ValidationChecks":[{"Context":"Collin","Error":null},{"Context":"Martine","Error":null},{"Context":"Jeramy","Error":null},{"Context":"Alfred","Error":null},{"Context":"Zora","Error":null},{"Context":"Kieran","Error":null},{"Context":"Caleigh","Error":null},{"Context":"Kiana","Error":null},{"Context":"Casper","Error":null},{"Context":"Allen","Error":null}],"License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","ValidationChecks":[{"Context":"Camille","Error":null},{"Context":"Sylvan","Error":null},{"Context":"Arielle","Error":null},{"Context":"Elijah","Error":null},{"Context":"Cheyanne","Error":null},{"Context":"Bradly","Error":null},{"Context":"Craig","Error":null},{"Context":"Jaiden","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","ValidationChecks":[{"Context":"Brannon","Error":null},{"Context":"Barney","Error":null},{"Context":"Briana","Error":null},{"Context":"Jarod","Error":null},{"Context":"Janae","Error":null},{"Context":"Geovany","Error":null},{"Context":"Cleve","Error":null}],"License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","ValidationChecks":[{"Context":"Dominic","Error":null},{"Context":"Genesis","Error":null},{"Context":"Saige","Error":null},{"Context":"Delmer","Error":null},{"Context":"Nia","Error":null},{"Context":"George","Error":null}],"License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","ValidationChecks":[{"Context":"Margaret","Error":null},{"Context":"Mckenzie","Error":null},{"Context":"Iliana","Error":null}],"License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","ValidationChecks":[{"Context":"Garry","Error":null},{"Context":"Einar","Error":null},{"Context":"Casandra","Error":null}],"License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","ValidationChecks":[{"Context":"Emanuel","Error":null},{"Context":"Clarabelle","Error":null},{"Context":"Haven","Error":null},{"Context":"Coy","Error":null},{"Context":"Colten","Error":null},{"Context":"Ricardo","Error":null},{"Context":"Charlene","Error":null},{"Context":"Kari","Error":null}],"License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","ValidationChecks":[{"Context":"Meaghan","Error":null},{"Context":"Alexandra","Error":null},{"Context":"Janice","Error":null}],"License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..37c5cfb8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..8293158b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..3c863096 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..24207e93 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..1367fa81 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..e832c097 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..de2a4e06 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..516eeafb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..4423c672 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..8691f935 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..86a1ec1f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..4f0f7b84 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..26d7c91f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..4b6c70ef --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Representative","PackageVersion":"8.4.2","PackageProjectUrl":"https://ansel.com","ValidationChecks":[{"Context":"Mason","Error":null},{"Context":"Myrl","Error":null},{"Context":"Itzel","Error":null},{"Context":"Pearlie","Error":null}],"License":"You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!","LicenseInformationOrigin":3},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Regional Creative Facilitator","PackageVersion":"1.8.7","PackageProjectUrl":"https://gerardo.biz","ValidationChecks":[{"Context":"Brannon","Error":null},{"Context":"Barney","Error":null},{"Context":"Briana","Error":null},{"Context":"Jarod","Error":null},{"Context":"Janae","Error":null},{"Context":"Geovany","Error":null},{"Context":"Cleve","Error":null}],"License":"programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Engineer","PackageVersion":"0.9.4","PackageProjectUrl":"https://jovani.com","ValidationChecks":[{"Context":"Garry","Error":null},{"Context":"Einar","Error":null},{"Context":"Casandra","Error":null}],"License":"I\u0027ll hack the digital COM system, that should system the COM system!","LicenseInformationOrigin":3},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Corporate Interactions Analyst","PackageVersion":"8.7.7","PackageProjectUrl":"https://ernest.info","ValidationChecks":[{"Context":"Collin","Error":null},{"Context":"Martine","Error":null},{"Context":"Jeramy","Error":null},{"Context":"Alfred","Error":null},{"Context":"Zora","Error":null},{"Context":"Kieran","Error":null},{"Context":"Caleigh","Error":null},{"Context":"Kiana","Error":null},{"Context":"Casper","Error":null},{"Context":"Allen","Error":null}],"License":"indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!","LicenseInformationOrigin":3},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Human Interactions Agent","PackageVersion":"7.5.2","PackageProjectUrl":"https://brendon.name","ValidationChecks":[{"Context":"Margaret","Error":null},{"Context":"Mckenzie","Error":null},{"Context":"Iliana","Error":null}],"License":"If we transmit the application, we can get to the SMS application through the primary SMS application!","LicenseInformationOrigin":3},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Architect","PackageVersion":"2.8.5","PackageProjectUrl":"https://camilla.info","ValidationChecks":[{"Context":"Carey","Error":null},{"Context":"Edna","Error":null},{"Context":"Scottie","Error":null},{"Context":"Oral","Error":null},{"Context":"Theron","Error":null},{"Context":"Jack","Error":null}],"License":"The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!","LicenseInformationOrigin":3},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Corporate Accountability Representative","PackageVersion":"2.3.2","PackageProjectUrl":"http://breanne.name","ValidationChecks":[{"Context":"Eli","Error":null},{"Context":"Richmond","Error":null},{"Context":"Ari","Error":null},{"Context":"Deja","Error":null}],"License":"We need to back up the mobile SAS driver!","LicenseInformationOrigin":3},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Senior Research Designer","PackageVersion":"1.6.4","PackageProjectUrl":"https://jillian.biz","ValidationChecks":[{"Context":"Sharon","Error":null},{"Context":"Alison","Error":null},{"Context":"Mandy","Error":null}],"License":"The AI monitor is down, input the redundant monitor so we can input the AI monitor!","LicenseInformationOrigin":3},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Accountability Agent","PackageVersion":"5.0.8","PackageProjectUrl":"https://colin.net","ValidationChecks":[{"Context":"Meaghan","Error":null},{"Context":"Alexandra","Error":null},{"Context":"Janice","Error":null}],"License":"parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Lead Communications Facilitator","PackageVersion":"0.1.1","PackageProjectUrl":"http://ardella.name","ValidationChecks":[{"Context":"Emanuel","Error":null},{"Context":"Clarabelle","Error":null},{"Context":"Haven","Error":null},{"Context":"Coy","Error":null},{"Context":"Colten","Error":null},{"Context":"Ricardo","Error":null},{"Context":"Charlene","Error":null},{"Context":"Kari","Error":null}],"License":"Try to quantify the EXE program, maybe it will quantify the auxiliary program!","LicenseInformationOrigin":3},{"PackageId":"Direct Division Assistant","PackageVersion":"1.6.6","PackageProjectUrl":"https://guillermo.biz","ValidationChecks":[{"Context":"Sammy","Error":null},{"Context":"Otto","Error":null},{"Context":"Joana","Error":null},{"Context":"Jack","Error":null},{"Context":"Raquel","Error":null},{"Context":"Modesto","Error":null}],"License":"If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Administrator","PackageVersion":"7.5.9","PackageProjectUrl":"https://mina.org","ValidationChecks":[{"Context":"Camille","Error":null},{"Context":"Sylvan","Error":null},{"Context":"Arielle","Error":null},{"Context":"Elijah","Error":null},{"Context":"Cheyanne","Error":null},{"Context":"Bradly","Error":null},{"Context":"Craig","Error":null},{"Context":"Jaiden","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!","LicenseInformationOrigin":3},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Direct Creative Specialist","PackageVersion":"0.0.6","PackageProjectUrl":"https://eleonore.org","ValidationChecks":[{"Context":"Viviane","Error":null},{"Context":"Bette","Error":null},{"Context":"Maida","Error":null},{"Context":"Dejon","Error":null},{"Context":"Noah","Error":null},{"Context":"Leonardo","Error":null}],"License":"backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!","LicenseInformationOrigin":3},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Accountability Administrator","PackageVersion":"4.5.9","PackageProjectUrl":"http://laurence.com","ValidationChecks":[{"Context":"Dominic","Error":null},{"Context":"Genesis","Error":null},{"Context":"Saige","Error":null},{"Context":"Delmer","Error":null},{"Context":"Nia","Error":null},{"Context":"George","Error":null}],"License":"Use the online SMTP program, then you can transmit the online program!","LicenseInformationOrigin":3},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Internal Paradigm Agent","PackageVersion":"9.7.2","PackageProjectUrl":"http://susanna.biz","ValidationChecks":[{"Context":"Amos","Error":null},{"Context":"Jaren","Error":null},{"Context":"Steve","Error":null},{"Context":"Jerald","Error":null},{"Context":"Yvonne","Error":null},{"Context":"Serenity","Error":null},{"Context":"Trinity","Error":null},{"Context":"Lonny","Error":null}],"License":"Use the virtual TCP bus, then you can override the virtual bus!","LicenseInformationOrigin":3},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Orchestrator","PackageVersion":"1.8.1","PackageProjectUrl":"http://maxwell.org","ValidationChecks":[{"Context":"Jaleel","Error":null},{"Context":"Keaton","Error":null},{"Context":"Barbara","Error":null}],"License":"You can\u0027t copy the system without indexing the virtual XSS system!","LicenseInformationOrigin":3},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Forward Program Officer","PackageVersion":"8.4.0","PackageProjectUrl":"https://corbin.biz","ValidationChecks":[{"Context":"Lolita","Error":null},{"Context":"Katelynn","Error":null},{"Context":"Alice","Error":null},{"Context":"Frederik","Error":null},{"Context":"Meredith","Error":null}],"License":"If we input the application, we can get to the PCI application through the online PCI application!","LicenseInformationOrigin":3},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..4e426e24 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Implementation Analyst","PackageVersion":"3.3.4","PackageProjectUrl":"https://philip.net","ValidationChecks":[{"Context":"Heather","Error":null},{"Context":"Ursula","Error":null},{"Context":"Veda","Error":null}],"License":"The XSS application is down, override the wireless application so we can override the XSS application!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..dc45ff5a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","ValidationChecks":[{"Context":"Myriam","Error":null},{"Context":"Lue","Error":null},{"Context":"Emery","Error":null},{"Context":"Pearlie","Error":null},{"Context":"Joey","Error":null},{"Context":"Marielle","Error":null},{"Context":"Jayne","Error":null},{"Context":"Katelin","Error":null}],"License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 3587af3b..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 8af9394e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 334c8e1f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index a3b1338a..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 0ac37185..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index a68b043d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 4017c70d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 65301859..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 7d72f58d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index 71f3e3d6..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 5c55c1c3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 3fd18c6b..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 7cc75553..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index 1c7840f8..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 19ca6cdf..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 5234732e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 251f829d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 8b49ad17..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 90e814b1..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index daf672ad..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index f534dbe6..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c3b7118c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..3dcc7812 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..cef9082f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..5876b47a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..86eea9ac --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..e258bbf4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..cecae605 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..bba754c0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..285487bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7e504b8d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..b332b416 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..d8787635 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..d14cdd30 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..a5a35023 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..f04f9376 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..8e61833b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..23c4b1dc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..fb003e3f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..977a5b67 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..02f55c7b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..70b9b28a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..1006f95e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..80da64c7 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..6dac1557 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..1600cc57 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..0509970e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..62d410ce --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..2bd8d7e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..ec437f2f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..4180f9bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7eb69c8a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..ed0ca3fb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..8af46899 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..26edd22a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..5a6e3dd2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..50c4d1c6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..9025269c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..0e31b7ff --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..96b0bdfe --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..f59f1511 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1},{"PackageId":"Legacy Operations Producer","PackageVersion":"7.3.6","PackageProjectUrl":"http://geovanny.info","ValidationChecks":[{"Context":"Lowell","Error":null},{"Context":"Tiana","Error":null},{"Context":"Adam","Error":null},{"Context":"Jalyn","Error":null},{"Context":"Sydney","Error":null},{"Context":"Adell","Error":null},{"Context":"Raul","Error":null},{"Context":"Bertha","Error":null}],"License":"If we reboot the port, we can get to the FTP port through the primary FTP port!","LicenseInformationOrigin":4},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","ValidationChecks":[{"Context":"Maxwell","Error":null},{"Context":"Fermin","Error":null},{"Context":"Lauretta","Error":null},{"Context":"Forest","Error":null},{"Context":"Angeline","Error":null},{"Context":"Alexys","Error":null},{"Context":"Hyman","Error":null},{"Context":"Ariane","Error":null},{"Context":"Kaleigh","Error":null}],"License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Regional Division Assistant","PackageVersion":"6.8.5","PackageProjectUrl":"https://lois.biz","ValidationChecks":[{"Context":"Max","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Neha","Error":null},{"Context":"Modesto","Error":null},{"Context":"Kolby","Error":null},{"Context":"Addison","Error":null},{"Context":"Santa","Error":null},{"Context":"Lottie","Error":null},{"Context":"Coralie","Error":null},{"Context":"Madyson","Error":null}],"License":"overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!","LicenseInformationOrigin":4},{"PackageId":"Internal Operations Liaison","PackageVersion":"3.0.3","PackageProjectUrl":"https://prince.info","ValidationChecks":[{"Context":"Alfonzo","Error":null},{"Context":"Scottie","Error":null},{"Context":"Linnie","Error":null},{"Context":"Jennie","Error":null},{"Context":"Liana","Error":null},{"Context":"Garfield","Error":null},{"Context":"Pauline","Error":null},{"Context":"Webster","Error":null},{"Context":"Gonzalo","Error":null},{"Context":"Kaylie","Error":null}],"License":"I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Configuration Assistant","PackageVersion":"3.2.1","PackageProjectUrl":"http://francis.name","ValidationChecks":[{"Context":"Esperanza","Error":null},{"Context":"Magnus","Error":null},{"Context":"Kiara","Error":null},{"Context":"Herminia","Error":null},{"Context":"Marcelino","Error":null},{"Context":"Yadira","Error":null},{"Context":"Raquel","Error":null},{"Context":"Damien","Error":null},{"Context":"Stuart","Error":null},{"Context":"Sandrine","Error":null}],"License":"connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!","LicenseInformationOrigin":4},{"PackageId":"Legacy Solutions Manager","PackageVersion":"1.1.8","PackageProjectUrl":"https://ola.org","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Judy","Error":null},{"Context":"Kade","Error":null},{"Context":"Sarina","Error":null},{"Context":"Delbert","Error":null},{"Context":"Antoinette","Error":null}],"License":"I\u0027ll synthesize the primary TCP card, that should card the TCP card!","LicenseInformationOrigin":2},{"PackageId":"Chief Division Officer","PackageVersion":"6.1.2","PackageProjectUrl":"https://sebastian.info","ValidationChecks":[{"Context":"Lonnie","Error":null},{"Context":"Sylvia","Error":null},{"Context":"Kade","Error":null}],"License":"I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!","LicenseInformationOrigin":4},{"PackageId":"Internal Functionality Producer","PackageVersion":"4.9.9","PackageProjectUrl":"https://talon.com","ValidationChecks":[{"Context":"Chance","Error":null},{"Context":"Isai","Error":null},{"Context":"Louie","Error":null},{"Context":"Marty","Error":null},{"Context":"Evelyn","Error":null},{"Context":"Hector","Error":null},{"Context":"Vickie","Error":null}],"License":"I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!","LicenseInformationOrigin":2},{"PackageId":"Human Factors Administrator","PackageVersion":"4.1.3","PackageProjectUrl":"http://easton.name","ValidationChecks":[{"Context":"Allen","Error":null},{"Context":"Dulce","Error":null},{"Context":"Neoma","Error":null},{"Context":"Marcia","Error":null},{"Context":"Flavio","Error":null},{"Context":"Estrella","Error":null},{"Context":"Sean","Error":null},{"Context":"Harmon","Error":null},{"Context":"Karolann","Error":null}],"License":"The SAS system is down, program the primary system so we can program the SAS system!","LicenseInformationOrigin":1},{"PackageId":"Principal Metrics Liaison","PackageVersion":"5.3.5","PackageProjectUrl":"https://paul.name","ValidationChecks":[{"Context":"Liza","Error":null},{"Context":"Raegan","Error":null},{"Context":"Keeley","Error":null},{"Context":"Otha","Error":null}],"License":"I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!","LicenseInformationOrigin":0},{"PackageId":"Corporate Paradigm Executive","PackageVersion":"8.6.0","PackageProjectUrl":"https://effie.name","ValidationChecks":[{"Context":"Garnet","Error":null},{"Context":"Ellis","Error":null},{"Context":"Cyrus","Error":null}],"License":"Use the primary EXE array, then you can navigate the primary array!","LicenseInformationOrigin":0},{"PackageId":"Corporate Optimization Strategist","PackageVersion":"3.0.1","PackageProjectUrl":"http://emiliano.biz","ValidationChecks":[{"Context":"Ervin","Error":null},{"Context":"Eileen","Error":null},{"Context":"Flo","Error":null},{"Context":"Jaeden","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Luna","Error":null}],"License":"connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!","LicenseInformationOrigin":1},{"PackageId":"Customer Optimization Facilitator","PackageVersion":"5.2.6","PackageProjectUrl":"http://fanny.org","ValidationChecks":[{"Context":"Katlynn","Error":null},{"Context":"Mike","Error":null},{"Context":"Pamela","Error":null},{"Context":"Kristopher","Error":null},{"Context":"Lucile","Error":null},{"Context":"Elian","Error":null},{"Context":"Jude","Error":null},{"Context":"Eryn","Error":null},{"Context":"Shad","Error":null}],"License":"The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!","LicenseInformationOrigin":1},{"PackageId":"Customer Configuration Manager","PackageVersion":"1.6.8","PackageProjectUrl":"https://isaac.org","ValidationChecks":[{"Context":"Gus","Error":null},{"Context":"Juanita","Error":null},{"Context":"Gerald","Error":null},{"Context":"Aurelia","Error":null},{"Context":"Deon","Error":null},{"Context":"Kaleb","Error":null},{"Context":"Sanford","Error":null},{"Context":"Jessy","Error":null},{"Context":"Ena","Error":null},{"Context":"Andreane","Error":null}],"License":"The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!","LicenseInformationOrigin":1},{"PackageId":"Legacy Functionality Consultant","PackageVersion":"8.0.9","PackageProjectUrl":"https://eldred.biz","ValidationChecks":[{"Context":"Mack","Error":null},{"Context":"Mikayla","Error":null},{"Context":"Bobbie","Error":null},{"Context":"Eveline","Error":null},{"Context":"Jefferey","Error":null},{"Context":"Charlie","Error":null},{"Context":"Antoinette","Error":null}],"License":"Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!","LicenseInformationOrigin":4},{"PackageId":"District Operations Director","PackageVersion":"0.6.3","PackageProjectUrl":"https://marcelle.biz","ValidationChecks":[{"Context":"Rod","Error":null},{"Context":"Cortez","Error":null},{"Context":"Ramona","Error":null},{"Context":"Bridie","Error":null},{"Context":"Lonzo","Error":null},{"Context":"Chance","Error":null},{"Context":"Lynn","Error":null}],"License":"hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!","LicenseInformationOrigin":1},{"PackageId":"District Web Developer","PackageVersion":"6.1.9","PackageProjectUrl":"https://ebba.com","ValidationChecks":[{"Context":"Abelardo","Error":null},{"Context":"Ava","Error":null},{"Context":"Zion","Error":null},{"Context":"Adolphus","Error":null},{"Context":"Vincenzo","Error":null},{"Context":"Regan","Error":null},{"Context":"Chasity","Error":null},{"Context":"Emile","Error":null},{"Context":"Henriette","Error":null}],"License":"The RSS feed is down, calculate the online feed so we can calculate the RSS feed!","LicenseInformationOrigin":4},{"PackageId":"Customer Optimization Engineer","PackageVersion":"3.9.7","PackageProjectUrl":"http://melisa.name","ValidationChecks":[{"Context":"Jaren","Error":null},{"Context":"Saige","Error":null},{"Context":"Savanna","Error":null},{"Context":"Maye","Error":null},{"Context":"Schuyler","Error":null},{"Context":"Chandler","Error":null},{"Context":"Demario","Error":null}],"License":"I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!","LicenseInformationOrigin":0},{"PackageId":"Product Configuration Architect","PackageVersion":"8.0.9","PackageProjectUrl":"http://fabian.biz","ValidationChecks":[{"Context":"Christy","Error":null},{"Context":"Antonette","Error":null},{"Context":"Citlalli","Error":null},{"Context":"Chaz","Error":null},{"Context":"Chaim","Error":null}],"License":"You can\u0027t copy the driver without copying the wireless SMS driver!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Accountability Strategist","PackageVersion":"7.0.9","PackageProjectUrl":"http://velva.info","ValidationChecks":[{"Context":"Keven","Error":null},{"Context":"Rubye","Error":null},{"Context":"Lois","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Bethel","Error":null},{"Context":"Margaretta","Error":null},{"Context":"Steve","Error":null},{"Context":"Rosalind","Error":null},{"Context":"Remington","Error":null},{"Context":"Andres","Error":null}],"License":"I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Direct Research Designer","PackageVersion":"0.3.1","PackageProjectUrl":"https://xavier.net","ValidationChecks":[{"Context":"Adaline","Error":null},{"Context":"Wilmer","Error":null},{"Context":"Alana","Error":null},{"Context":"Ryder","Error":null},{"Context":"Vivien","Error":null},{"Context":"Beatrice","Error":null},{"Context":"Quinn","Error":null},{"Context":"Joyce","Error":null},{"Context":"Rowena","Error":null}],"License":"I\u0027ll input the online GB interface, that should interface the GB interface!","LicenseInformationOrigin":4},{"PackageId":"Regional Configuration Associate","PackageVersion":"2.0.8","PackageProjectUrl":"http://tess.biz","ValidationChecks":[{"Context":"Marion","Error":null},{"Context":"Norbert","Error":null},{"Context":"Birdie","Error":null},{"Context":"Nigel","Error":null},{"Context":"Dakota","Error":null},{"Context":"Salvatore","Error":null},{"Context":"Elvie","Error":null}],"License":"indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!","LicenseInformationOrigin":0},{"PackageId":"Forward Interactions Facilitator","PackageVersion":"8.2.1","PackageProjectUrl":"http://morris.name","ValidationChecks":[{"Context":"Chelsea","Error":null},{"Context":"Blanca","Error":null},{"Context":"Tillman","Error":null},{"Context":"Triston","Error":null}],"License":"Use the optical USB firewall, then you can program the optical firewall!","LicenseInformationOrigin":1},{"PackageId":"Lead Infrastructure Specialist","PackageVersion":"2.7.4","PackageProjectUrl":"http://allene.info","ValidationChecks":[{"Context":"Milan","Error":null},{"Context":"Caleb","Error":null},{"Context":"Rene","Error":null},{"Context":"Brendan","Error":null},{"Context":"Delores","Error":null},{"Context":"Tom","Error":null}],"License":"If we override the interface, we can get to the CSS interface through the mobile CSS interface!","LicenseInformationOrigin":0},{"PackageId":"Chief Interactions Manager","PackageVersion":"0.8.4","PackageProjectUrl":"https://kirsten.com","ValidationChecks":[{"Context":"Larissa","Error":null},{"Context":"Marty","Error":null},{"Context":"Caterina","Error":null},{"Context":"Helen","Error":null},{"Context":"Kiley","Error":null},{"Context":"Shyanne","Error":null},{"Context":"Carissa","Error":null},{"Context":"Bennie","Error":null}],"License":"I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Functionality Consultant","PackageVersion":"4.9.1","PackageProjectUrl":"https://patience.name","ValidationChecks":[{"Context":"Armando","Error":null},{"Context":"Allan","Error":null},{"Context":"Gina","Error":null},{"Context":"Lilian","Error":null},{"Context":"Rocio","Error":null},{"Context":"Itzel","Error":null},{"Context":"Shawna","Error":null}],"License":"Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!","LicenseInformationOrigin":2},{"PackageId":"Future Division Manager","PackageVersion":"4.0.5","PackageProjectUrl":"http://albert.com","ValidationChecks":[{"Context":"Xander","Error":null},{"Context":"Maye","Error":null},{"Context":"Cydney","Error":null},{"Context":"Danial","Error":null},{"Context":"Tony","Error":null},{"Context":"Dwight","Error":null},{"Context":"Ahmad","Error":null}],"License":"I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Direct Branding Agent","PackageVersion":"4.8.7","PackageProjectUrl":"http://ricardo.net","ValidationChecks":[{"Context":"Elouise","Error":null},{"Context":"Jay","Error":null},{"Context":"Jewell","Error":null},{"Context":"Gladyce","Error":null},{"Context":"Ernie","Error":null},{"Context":"Felipa","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Cordia","Error":null},{"Context":"Rhiannon","Error":null}],"License":"I\u0027ll synthesize the haptic CSS array, that should array the CSS array!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Manager","PackageVersion":"6.3.1","PackageProjectUrl":"http://elsie.info","ValidationChecks":[{"Context":"Tabitha","Error":null},{"Context":"Lela","Error":null},{"Context":"Veronica","Error":null},{"Context":"Clement","Error":null},{"Context":"Duncan","Error":null}],"License":"Use the digital SCSI system, then you can navigate the digital system!","LicenseInformationOrigin":2},{"PackageId":"Customer Integration Agent","PackageVersion":"4.7.6","PackageProjectUrl":"https://emory.name","ValidationChecks":[{"Context":"Finn","Error":null},{"Context":"Magnolia","Error":null},{"Context":"Anderson","Error":null},{"Context":"Elinore","Error":null},{"Context":"Jorge","Error":null},{"Context":"Bo","Error":null},{"Context":"Brennan","Error":null},{"Context":"Clemens","Error":null},{"Context":"Antonette","Error":null},{"Context":"Aliyah","Error":null}],"License":"Use the solid state THX feed, then you can quantify the solid state feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Security Analyst","PackageVersion":"3.2.6","PackageProjectUrl":"http://kaycee.com","ValidationChecks":[{"Context":"Kailey","Error":null},{"Context":"Federico","Error":null},{"Context":"Kirk","Error":null},{"Context":"Madonna","Error":null},{"Context":"Rose","Error":null}],"License":"The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Solutions Engineer","PackageVersion":"2.1.9","PackageProjectUrl":"http://bennie.net","ValidationChecks":[{"Context":"Eliseo","Error":null},{"Context":"Jett","Error":null},{"Context":"Brown","Error":null},{"Context":"Kenya","Error":null},{"Context":"Jazmin","Error":null},{"Context":"Adriana","Error":null}],"License":"Try to back up the SMS program, maybe it will back up the multi-byte program!","LicenseInformationOrigin":0},{"PackageId":"Principal Brand Designer","PackageVersion":"2.4.7","PackageProjectUrl":"https://rosa.info","ValidationChecks":[{"Context":"Jennifer","Error":null},{"Context":"Stefan","Error":null},{"Context":"Velva","Error":null},{"Context":"Leone","Error":null},{"Context":"Maritza","Error":null}],"License":"You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Chief Communications Assistant","PackageVersion":"5.7.1","PackageProjectUrl":"http://presley.net","ValidationChecks":[{"Context":"Alaina","Error":null},{"Context":"Lenora","Error":null},{"Context":"Abbigail","Error":null},{"Context":"Carlo","Error":null},{"Context":"Lyric","Error":null},{"Context":"Hadley","Error":null},{"Context":"Ethan","Error":null}],"License":"The COM program is down, parse the auxiliary program so we can parse the COM program!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Mobility Orchestrator","PackageVersion":"7.3.0","PackageProjectUrl":"https://ashlynn.biz","ValidationChecks":[{"Context":"Domenica","Error":null},{"Context":"Camila","Error":null},{"Context":"Marie","Error":null},{"Context":"Norberto","Error":null},{"Context":"Liana","Error":null},{"Context":"Nash","Error":null},{"Context":"Kasandra","Error":null},{"Context":"Janae","Error":null},{"Context":"Abbey","Error":null}],"License":"The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Corporate Applications Facilitator","PackageVersion":"8.5.2","PackageProjectUrl":"http://jo.org","ValidationChecks":[{"Context":"Zachery","Error":null},{"Context":"Ford","Error":null},{"Context":"Horace","Error":null},{"Context":"Amir","Error":null},{"Context":"Julius","Error":null},{"Context":"Deron","Error":null},{"Context":"Graciela","Error":null},{"Context":"Claire","Error":null},{"Context":"Shyanne","Error":null}],"License":"If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!","LicenseInformationOrigin":2},{"PackageId":"Central Assurance Planner","PackageVersion":"0.9.0","PackageProjectUrl":"http://estevan.org","ValidationChecks":[{"Context":"Nakia","Error":null},{"Context":"Luciano","Error":null},{"Context":"Brice","Error":null},{"Context":"Providenci","Error":null}],"License":"We need to copy the online SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"District Branding Specialist","PackageVersion":"8.7.1","PackageProjectUrl":"http://unique.name","ValidationChecks":[{"Context":"Alena","Error":null},{"Context":"Jerod","Error":null},{"Context":"Felton","Error":null},{"Context":"Brenda","Error":null},{"Context":"Santos","Error":null},{"Context":"Reagan","Error":null},{"Context":"Damion","Error":null},{"Context":"Efrain","Error":null},{"Context":"Rose","Error":null},{"Context":"Myriam","Error":null}],"License":"We need to connect the bluetooth RSS application!","LicenseInformationOrigin":4},{"PackageId":"Direct Mobility Coordinator","PackageVersion":"5.7.0","PackageProjectUrl":"http://athena.com","ValidationChecks":[{"Context":"Paula","Error":null},{"Context":"Rosario","Error":null},{"Context":"Jamey","Error":null},{"Context":"Ruth","Error":null},{"Context":"Rosalia","Error":null},{"Context":"Gayle","Error":null},{"Context":"Destiney","Error":null},{"Context":"Mertie","Error":null},{"Context":"Buford","Error":null},{"Context":"Otis","Error":null}],"License":"Try to navigate the CSS port, maybe it will navigate the open-source port!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Operations Facilitator","PackageVersion":"0.5.9","PackageProjectUrl":"http://terrell.biz","ValidationChecks":[{"Context":"Michale","Error":null},{"Context":"Oscar","Error":null},{"Context":"Lenna","Error":null},{"Context":"Angie","Error":null},{"Context":"Natasha","Error":null},{"Context":"Luella","Error":null},{"Context":"Rubie","Error":null},{"Context":"Holden","Error":null}],"License":"Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!","LicenseInformationOrigin":2},{"PackageId":"District Markets Agent","PackageVersion":"2.3.1","PackageProjectUrl":"https://leslie.biz","ValidationChecks":[{"Context":"Christa","Error":null},{"Context":"Verner","Error":null},{"Context":"Demetrius","Error":null},{"Context":"Aylin","Error":null},{"Context":"Dovie","Error":null}],"License":"You can\u0027t navigate the pixel without overriding the digital EXE pixel!","LicenseInformationOrigin":2},{"PackageId":"District Directives Developer","PackageVersion":"5.6.6","PackageProjectUrl":"http://catherine.name","ValidationChecks":[{"Context":"Madelynn","Error":null},{"Context":"Coleman","Error":null},{"Context":"Kay","Error":null},{"Context":"Jayne","Error":null},{"Context":"Regan","Error":null},{"Context":"Sarah","Error":null}],"License":"The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Tactics Assistant","PackageVersion":"3.0.9","PackageProjectUrl":"https://anastacio.biz","ValidationChecks":[{"Context":"Elva","Error":null},{"Context":"Verner","Error":null},{"Context":"Adrianna","Error":null},{"Context":"Sarai","Error":null},{"Context":"Pinkie","Error":null},{"Context":"Clark","Error":null}],"License":"Try to navigate the ADP driver, maybe it will navigate the online driver!","LicenseInformationOrigin":1},{"PackageId":"Customer Program Supervisor","PackageVersion":"7.6.4","PackageProjectUrl":"http://syble.name","ValidationChecks":[{"Context":"Rebeka","Error":null},{"Context":"Lucinda","Error":null},{"Context":"Lizzie","Error":null},{"Context":"Gerson","Error":null}],"License":"Use the mobile SQL circuit, then you can compress the mobile circuit!","LicenseInformationOrigin":1},{"PackageId":"Corporate Identity Developer","PackageVersion":"5.1.4","PackageProjectUrl":"https://declan.name","ValidationChecks":[{"Context":"Zane","Error":null},{"Context":"Lacey","Error":null},{"Context":"Conor","Error":null},{"Context":"Fermin","Error":null}],"License":"hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!","LicenseInformationOrigin":0},{"PackageId":"Forward Accountability Associate","PackageVersion":"0.1.3","PackageProjectUrl":"http://zita.net","ValidationChecks":[{"Context":"Kirsten","Error":null},{"Context":"Alberto","Error":null},{"Context":"Cornell","Error":null},{"Context":"Malika","Error":null}],"License":"We need to calculate the digital SSL system!","LicenseInformationOrigin":1},{"PackageId":"Legacy Accounts Director","PackageVersion":"7.6.7","PackageProjectUrl":"https://hayley.name","ValidationChecks":[{"Context":"Ciara","Error":null},{"Context":"May","Error":null},{"Context":"Quinn","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Charity","Error":null},{"Context":"Neha","Error":null},{"Context":"Ola","Error":null},{"Context":"Beverly","Error":null}],"License":"I\u0027ll back up the wireless SMTP application, that should application the SMTP application!","LicenseInformationOrigin":0},{"PackageId":"Corporate Branding Consultant","PackageVersion":"6.9.5","PackageProjectUrl":"http://eugene.biz","ValidationChecks":[{"Context":"Jenifer","Error":null},{"Context":"Hilda","Error":null},{"Context":"Ezekiel","Error":null},{"Context":"Lelia","Error":null},{"Context":"Hubert","Error":null},{"Context":"Ruthie","Error":null}],"License":"Use the wireless SQL card, then you can quantify the wireless card!","LicenseInformationOrigin":4},{"PackageId":"Internal Accountability Liaison","PackageVersion":"8.9.6","PackageProjectUrl":"http://herman.name","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Torey","Error":null},{"Context":"Domenick","Error":null},{"Context":"Braulio","Error":null},{"Context":"Chyna","Error":null},{"Context":"Reginald","Error":null}],"License":"The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!","LicenseInformationOrigin":4},{"PackageId":"Global Mobility Planner","PackageVersion":"8.9.0","PackageProjectUrl":"http://kiel.name","ValidationChecks":[{"Context":"Maryjane","Error":null},{"Context":"Carley","Error":null},{"Context":"Carrie","Error":null},{"Context":"Norma","Error":null},{"Context":"Della","Error":null},{"Context":"Savion","Error":null},{"Context":"Arely","Error":null},{"Context":"Chelsie","Error":null},{"Context":"Gail","Error":null},{"Context":"Godfrey","Error":null}],"License":"The XML system is down, hack the bluetooth system so we can hack the XML system!","LicenseInformationOrigin":1},{"PackageId":"Principal Interactions Specialist","PackageVersion":"4.2.6","PackageProjectUrl":"http://lawson.com","ValidationChecks":[{"Context":"Darron","Error":null},{"Context":"Ryder","Error":null},{"Context":"Jason","Error":null},{"Context":"Jabari","Error":null},{"Context":"Donald","Error":null},{"Context":"Mathias","Error":null},{"Context":"Alberta","Error":null},{"Context":"Koby","Error":null}],"License":"Try to hack the IB port, maybe it will hack the cross-platform port!","LicenseInformationOrigin":0},{"PackageId":"Principal Solutions Associate","PackageVersion":"2.8.5","PackageProjectUrl":"https://leone.net","ValidationChecks":[{"Context":"Aditya","Error":null},{"Context":"Summer","Error":null},{"Context":"Andres","Error":null},{"Context":"Filiberto","Error":null},{"Context":"Rae","Error":null},{"Context":"Serenity","Error":null},{"Context":"Leta","Error":null},{"Context":"Amelia","Error":null},{"Context":"Clemens","Error":null}],"License":"We need to parse the virtual SMTP program!","LicenseInformationOrigin":2},{"PackageId":"Future Data Strategist","PackageVersion":"2.1.1","PackageProjectUrl":"http://dana.net","ValidationChecks":[{"Context":"Viola","Error":null},{"Context":"Gaetano","Error":null},{"Context":"Kaitlyn","Error":null},{"Context":"Jerrod","Error":null},{"Context":"Orin","Error":null}],"License":"The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Customer Directives Facilitator","PackageVersion":"0.9.5","PackageProjectUrl":"http://stella.biz","ValidationChecks":[{"Context":"Alejandrin","Error":null},{"Context":"Enrico","Error":null},{"Context":"Elisha","Error":null},{"Context":"Ardella","Error":null},{"Context":"Waylon","Error":null},{"Context":"Rhiannon","Error":null},{"Context":"Sigmund","Error":null}],"License":"If we input the sensor, we can get to the XML sensor through the redundant XML sensor!","LicenseInformationOrigin":0},{"PackageId":"Legacy Group Supervisor","PackageVersion":"0.6.5","PackageProjectUrl":"https://sylvia.org","ValidationChecks":[{"Context":"Della","Error":null},{"Context":"Jena","Error":null},{"Context":"Rene","Error":null},{"Context":"Trever","Error":null}],"License":"You can\u0027t override the pixel without backing up the optical SSL pixel!","LicenseInformationOrigin":1},{"PackageId":"Customer Directives Strategist","PackageVersion":"6.2.0","PackageProjectUrl":"http://brock.biz","ValidationChecks":[{"Context":"Dane","Error":null},{"Context":"Leonor","Error":null},{"Context":"Charles","Error":null},{"Context":"Laury","Error":null},{"Context":"Henry","Error":null},{"Context":"Myrtie","Error":null},{"Context":"Dillon","Error":null},{"Context":"Ronny","Error":null},{"Context":"Audrey","Error":null},{"Context":"Wiley","Error":null}],"License":"If we connect the port, we can get to the HDD port through the cross-platform HDD port!","LicenseInformationOrigin":2},{"PackageId":"Legacy Directives Supervisor","PackageVersion":"8.6.3","PackageProjectUrl":"http://howell.net","ValidationChecks":[{"Context":"Estevan","Error":null},{"Context":"Agnes","Error":null},{"Context":"Alta","Error":null}],"License":"compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Future Division Planner","PackageVersion":"7.0.4","PackageProjectUrl":"https://maymie.info","ValidationChecks":[{"Context":"Lela","Error":null},{"Context":"Flossie","Error":null},{"Context":"Leone","Error":null},{"Context":"Ariel","Error":null},{"Context":"Reece","Error":null},{"Context":"Ethan","Error":null},{"Context":"Joshuah","Error":null},{"Context":"Elva","Error":null},{"Context":"Gunnar","Error":null}],"License":"The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Central Quality Orchestrator","PackageVersion":"1.5.2","PackageProjectUrl":"http://enos.info","ValidationChecks":[{"Context":"Arturo","Error":null},{"Context":"Katlyn","Error":null},{"Context":"Arnaldo","Error":null}],"License":"Try to generate the HDD program, maybe it will generate the open-source program!","LicenseInformationOrigin":2},{"PackageId":"Central Directives Assistant","PackageVersion":"1.3.4","PackageProjectUrl":"https://gust.org","ValidationChecks":[{"Context":"Claudia","Error":null},{"Context":"Berenice","Error":null},{"Context":"Arielle","Error":null}],"License":"You can\u0027t reboot the feed without indexing the primary RAM feed!","LicenseInformationOrigin":0},{"PackageId":"Lead Response Orchestrator","PackageVersion":"9.3.5","PackageProjectUrl":"https://bradley.com","ValidationChecks":[{"Context":"Jovan","Error":null},{"Context":"Ottilie","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Dawn","Error":null},{"Context":"Letitia","Error":null},{"Context":"Florine","Error":null},{"Context":"Allan","Error":null},{"Context":"Claudie","Error":null},{"Context":"Joyce","Error":null},{"Context":"Oren","Error":null}],"License":"The USB program is down, reboot the open-source program so we can reboot the USB program!","LicenseInformationOrigin":1},{"PackageId":"Senior Paradigm Coordinator","PackageVersion":"3.8.9","PackageProjectUrl":"http://amanda.biz","ValidationChecks":[{"Context":"Margot","Error":null},{"Context":"Sandra","Error":null},{"Context":"Baylee","Error":null},{"Context":"Davon","Error":null},{"Context":"Ova","Error":null}],"License":"Use the wireless IB feed, then you can program the wireless feed!","LicenseInformationOrigin":1},{"PackageId":"Customer Functionality Designer","PackageVersion":"4.0.8","PackageProjectUrl":"http://toby.name","ValidationChecks":[{"Context":"Dorothea","Error":null},{"Context":"Jerod","Error":null},{"Context":"Chesley","Error":null},{"Context":"Maximillian","Error":null},{"Context":"Rae","Error":null},{"Context":"Amanda","Error":null},{"Context":"Price","Error":null},{"Context":"Vaughn","Error":null},{"Context":"Filiberto","Error":null}],"License":"calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..d0459392 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2},{"PackageId":"Product Quality Associate","PackageVersion":"7.1.0","PackageProjectUrl":"https://zena.name","ValidationChecks":[{"Context":"Mae","Error":null},{"Context":"Leanne","Error":null},{"Context":"Santos","Error":null}],"License":"The THX program is down, transmit the redundant program so we can transmit the THX program!","LicenseInformationOrigin":1},{"PackageId":"Regional Markets Coordinator","PackageVersion":"4.4.2","PackageProjectUrl":"http://andreanne.info","ValidationChecks":[{"Context":"Laurie","Error":null},{"Context":"Concepcion","Error":null},{"Context":"Anderson","Error":null},{"Context":"Minerva","Error":null},{"Context":"Quinten","Error":null},{"Context":"Felicita","Error":null},{"Context":"Leilani","Error":null},{"Context":"Shaina","Error":null},{"Context":"Freddie","Error":null},{"Context":"Christina","Error":null}],"License":"If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Agent","PackageVersion":"8.6.9","PackageProjectUrl":"https://randal.org","ValidationChecks":[{"Context":"Candace","Error":null},{"Context":"Annabelle","Error":null},{"Context":"Rickey","Error":null},{"Context":"Alessandro","Error":null},{"Context":"Katelyn","Error":null},{"Context":"Otho","Error":null},{"Context":"Destin","Error":null}],"License":"Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!","LicenseInformationOrigin":2},{"PackageId":"Global Division Designer","PackageVersion":"1.5.0","PackageProjectUrl":"https://kayden.com","ValidationChecks":[{"Context":"Raphaelle","Error":null},{"Context":"Paula","Error":null},{"Context":"Myrl","Error":null},{"Context":"Enos","Error":null},{"Context":"Everette","Error":null},{"Context":"Elwyn","Error":null},{"Context":"Jarret","Error":null},{"Context":"Raven","Error":null},{"Context":"Darrel","Error":null},{"Context":"Providenci","Error":null}],"License":"If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!","LicenseInformationOrigin":2},{"PackageId":"District Creative Designer","PackageVersion":"1.4.6","PackageProjectUrl":"https://everardo.com","ValidationChecks":[{"Context":"Brenna","Error":null},{"Context":"Demarco","Error":null},{"Context":"Angel","Error":null},{"Context":"Felicity","Error":null},{"Context":"Cayla","Error":null},{"Context":"Jeff","Error":null},{"Context":"Sophie","Error":null},{"Context":"Cruz","Error":null},{"Context":"Nikko","Error":null}],"License":"You can\u0027t bypass the firewall without transmitting the open-source XML firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Factors Officer","PackageVersion":"1.0.3","PackageProjectUrl":"http://dejon.biz","ValidationChecks":[{"Context":"Burnice","Error":null},{"Context":"Heather","Error":null},{"Context":"Kristy","Error":null},{"Context":"Vicky","Error":null},{"Context":"Dahlia","Error":null},{"Context":"Darwin","Error":null},{"Context":"Cristal","Error":null},{"Context":"Janice","Error":null},{"Context":"Everett","Error":null}],"License":"The HDD driver is down, program the solid state driver so we can program the HDD driver!","LicenseInformationOrigin":4},{"PackageId":"Customer Directives Architect","PackageVersion":"2.3.6","PackageProjectUrl":"https://mossie.name","ValidationChecks":[{"Context":"Ewald","Error":null},{"Context":"Kari","Error":null},{"Context":"Uriel","Error":null},{"Context":"Celine","Error":null}],"License":"The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Division Liaison","PackageVersion":"6.8.7","PackageProjectUrl":"http://maybelle.info","ValidationChecks":[{"Context":"Una","Error":null},{"Context":"Willard","Error":null},{"Context":"Carole","Error":null},{"Context":"Eloy","Error":null},{"Context":"Tre","Error":null},{"Context":"Nelson","Error":null},{"Context":"Alaina","Error":null},{"Context":"Dante","Error":null},{"Context":"Ethel","Error":null},{"Context":"Loyce","Error":null}],"License":"If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!","LicenseInformationOrigin":4},{"PackageId":"District Assurance Consultant","PackageVersion":"1.9.5","PackageProjectUrl":"https://tyrese.net","ValidationChecks":[{"Context":"Raegan","Error":null},{"Context":"Dusty","Error":null},{"Context":"Camila","Error":null},{"Context":"Kayla","Error":null},{"Context":"Heath","Error":null},{"Context":"Consuelo","Error":null},{"Context":"Rogelio","Error":null},{"Context":"Aurelie","Error":null},{"Context":"Hyman","Error":null}],"License":"If we reboot the program, we can get to the SAS program through the haptic SAS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Specialist","PackageVersion":"7.1.4","PackageProjectUrl":"http://bryana.net","ValidationChecks":[{"Context":"Stuart","Error":null},{"Context":"Brenden","Error":null},{"Context":"Hunter","Error":null},{"Context":"Heaven","Error":null},{"Context":"Thea","Error":null},{"Context":"Gene","Error":null},{"Context":"Jonathan","Error":null}],"License":"I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Implementation Representative","PackageVersion":"1.0.9","PackageProjectUrl":"http://vella.com","ValidationChecks":[{"Context":"Heaven","Error":null},{"Context":"Harold","Error":null},{"Context":"Toy","Error":null}],"License":"You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!","LicenseInformationOrigin":1},{"PackageId":"Internal Factors Facilitator","PackageVersion":"2.6.3","PackageProjectUrl":"https://eliza.net","ValidationChecks":[{"Context":"Ellie","Error":null},{"Context":"Anastasia","Error":null},{"Context":"Rico","Error":null},{"Context":"Jerrell","Error":null},{"Context":"Logan","Error":null},{"Context":"Rashawn","Error":null}],"License":"The TCP application is down, input the optical application so we can input the TCP application!","LicenseInformationOrigin":4},{"PackageId":"Central Response Officer","PackageVersion":"5.5.9","PackageProjectUrl":"https://hayley.org","ValidationChecks":[{"Context":"Cassie","Error":null},{"Context":"Clinton","Error":null},{"Context":"Delaney","Error":null},{"Context":"Gretchen","Error":null},{"Context":"Janae","Error":null},{"Context":"Trent","Error":null},{"Context":"Arvid","Error":null},{"Context":"Sedrick","Error":null},{"Context":"Einar","Error":null}],"License":"Use the wireless ADP array, then you can input the wireless array!","LicenseInformationOrigin":2},{"PackageId":"Senior Accountability Developer","PackageVersion":"3.5.4","PackageProjectUrl":"http://bessie.info","ValidationChecks":[{"Context":"Forrest","Error":null},{"Context":"Reginald","Error":null},{"Context":"Beaulah","Error":null}],"License":"I\u0027ll parse the 1080p RSS array, that should array the RSS array!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..6acd3216 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Human Branding Officer","PackageVersion":"6.3.1","PackageProjectUrl":"http://vilma.info","ValidationChecks":[{"Context":"Juana","Error":null},{"Context":"Una","Error":null},{"Context":"Tito","Error":null},{"Context":"Floyd","Error":null},{"Context":"Kara","Error":null}],"License":"If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!","LicenseInformationOrigin":0},{"PackageId":"Chief Functionality Director","PackageVersion":"3.4.7","PackageProjectUrl":"http://gladyce.biz","ValidationChecks":[{"Context":"Rebecca","Error":null},{"Context":"Dedrick","Error":null},{"Context":"Keagan","Error":null},{"Context":"Laury","Error":null}],"License":"Try to back up the SDD interface, maybe it will back up the cross-platform interface!","LicenseInformationOrigin":0},{"PackageId":"Customer Accounts Planner","PackageVersion":"4.1.5","PackageProjectUrl":"http://hyman.org","ValidationChecks":[{"Context":"Neal","Error":null},{"Context":"Dustin","Error":null},{"Context":"Kelley","Error":null}],"License":"The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!","LicenseInformationOrigin":1},{"PackageId":"Lead Configuration Liaison","PackageVersion":"1.8.9","PackageProjectUrl":"https://alize.info","ValidationChecks":[{"Context":"Rodrigo","Error":null},{"Context":"Destany","Error":null},{"Context":"Dakota","Error":null},{"Context":"Bridie","Error":null},{"Context":"Velva","Error":null},{"Context":"Dewitt","Error":null},{"Context":"Kory","Error":null},{"Context":"Kade","Error":null},{"Context":"Clotilde","Error":null}],"License":"Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 43cee324..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 8af9394e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 7a13dc83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index d9ef8cf9..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 720f6ece..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 172cef3c..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 0fa79d7e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 7d72f58d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index d38a3f45..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 6d066d11..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 7d72f58d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index ae50b15c..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index c58cec17..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 720f6ece..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index c1e6fd40..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt deleted file mode 100644 index f0ef82d3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 4694389e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"District Factors Assistant","PackageVersion":"9.8.2","PackageProjectUrl":"https://ernestine.net","License":"Try to compress the SMS bus, maybe it will compress the bluetooth bus!","LicenseInformationOrigin":3},{"PackageId":"Legacy Interactions Analyst","PackageVersion":"3.0.8","PackageProjectUrl":"http://logan.net","License":"You can\u0027t parse the hard drive without generating the digital AGP hard drive!","LicenseInformationOrigin":3},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Forward Data Administrator","PackageVersion":"9.0.6","PackageProjectUrl":"https://michelle.org","License":"Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!","LicenseInformationOrigin":3},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Product Integration Officer","PackageVersion":"3.3.6","PackageProjectUrl":"https://howard.org","License":"Use the primary PNG matrix, then you can copy the primary matrix!","LicenseInformationOrigin":3},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Human Functionality Associate","PackageVersion":"9.4.1","PackageProjectUrl":"https://bonita.biz","License":"I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!","LicenseInformationOrigin":3},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Corporate Program Facilitator","PackageVersion":"2.7.4","PackageProjectUrl":"https://vida.net","License":"I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!","LicenseInformationOrigin":3},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Legacy Branding Orchestrator","PackageVersion":"0.2.6","PackageProjectUrl":"https://keeley.net","License":"We need to bypass the back-end FTP alarm!","LicenseInformationOrigin":3},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"Forward Infrastructure Specialist","PackageVersion":"6.1.6","PackageProjectUrl":"http://melisa.com","License":"quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!","LicenseInformationOrigin":3},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Configuration Planner","PackageVersion":"2.6.3","PackageProjectUrl":"http://willis.name","License":"connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Principal Solutions Supervisor","PackageVersion":"6.1.2","PackageProjectUrl":"https://ari.biz","License":"programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!","LicenseInformationOrigin":3},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Product Interactions Executive","PackageVersion":"5.4.8","PackageProjectUrl":"https://maye.org","License":"We need to override the auxiliary AGP firewall!","LicenseInformationOrigin":3},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Chief Markets Agent","PackageVersion":"8.8.4","PackageProjectUrl":"http://dayana.name","License":"I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!","LicenseInformationOrigin":3},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Senior Implementation Associate","PackageVersion":"8.2.9","PackageProjectUrl":"http://roderick.org","License":"synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!","LicenseInformationOrigin":3},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"Legacy Accountability Agent","PackageVersion":"5.8.2","PackageProjectUrl":"http://chelsea.com","License":"I\u0027ll compress the auxiliary XSS port, that should port the XSS port!","LicenseInformationOrigin":3},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Direct Data Consultant","PackageVersion":"6.3.3","PackageProjectUrl":"https://heath.name","License":"Use the haptic XML driver, then you can index the haptic driver!","LicenseInformationOrigin":3},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"National Tactics Administrator","PackageVersion":"9.2.8","PackageProjectUrl":"https://brett.biz","License":"The FTP card is down, index the digital card so we can index the FTP card!","LicenseInformationOrigin":3},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Central Data Consultant","PackageVersion":"6.5.0","PackageProjectUrl":"https://delilah.org","License":"generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!","LicenseInformationOrigin":3},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index c8e591a9..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Infrastructure Liaison","PackageVersion":"0.8.0","PackageProjectUrl":"https://otho.biz","License":"Use the haptic RSS hard drive, then you can back up the haptic hard drive!","LicenseInformationOrigin":3},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"District Intranet Strategist","PackageVersion":"2.2.2","PackageProjectUrl":"http://everett.name","License":"We need to reboot the virtual RSS alarm!","LicenseInformationOrigin":3},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index c0de5298..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Legacy Metrics Planner","PackageVersion":"9.5.0","PackageProjectUrl":"http://madisyn.name","License":"I\u0027ll override the haptic AGP feed, that should feed the AGP feed!","LicenseInformationOrigin":3},{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..021550f0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..3dcc7812 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..cef9082f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..58eac1de --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..705fd62d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..a72483b5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..e4936f81 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..285487bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7e504b8d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..eed22ad5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..285487bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..8a866d55 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..52adcdf0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..705fd62d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..31cfe860 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c47d4feb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..80da64c7 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..6dac1557 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..6f0905a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..64e7e255 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..1444cbba --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..4dc5ee6b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..4180f9bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7eb69c8a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..2af48ae2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..4180f9bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..2de9d76b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..b3cf7bad --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..64e7e255 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..25e36062 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 43cee324..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 8af9394e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 7a13dc83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index d9ef8cf9..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 720f6ece..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 172cef3c..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 0fa79d7e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 7d72f58d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index d38a3f45..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 6d066d11..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 7d72f58d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index ae50b15c..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 739f3790..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index c58cec17..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"National Accounts Liaison","PackageVersion":"7.2.6","ValidationErrors":[{"Error":"Cedrick","Context":"https://zachariah.net"},{"Error":"Marcelle","Context":"https://adah.org"},{"Error":"Barney","Context":"http://erica.org"}],"LicenseInformationOrigin":4},{"PackageId":"Global Response Associate","PackageVersion":"1.9.8","ValidationErrors":[{"Error":"Sandra","Context":"http://antonina.com"},{"Error":"Willow","Context":"https://jason.org"},{"Error":"Orland","Context":"http://rigoberto.com"},{"Error":"Laney","Context":"http://eryn.org"},{"Error":"Amari","Context":"http://viviane.net"},{"Error":"Kelley","Context":"http://doris.net"},{"Error":"Kennedy","Context":"https://milo.net"}],"License":"The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Legacy Creative Liaison","PackageVersion":"0.4.6","ValidationErrors":[{"Error":"Mervin","Context":"http://celestine.info"},{"Error":"Amalia","Context":"https://shanelle.info"},{"Error":"Sheila","Context":"http://darrell.info"},{"Error":"Alec","Context":"https://candice.biz"},{"Error":"Linnea","Context":"http://everardo.info"},{"Error":"Daryl","Context":"https://jerrod.com"},{"Error":"Laila","Context":"http://caleigh.net"},{"Error":"Adolfo","Context":"http://daisha.biz"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Intranet Officer","PackageVersion":"6.4.9","ValidationErrors":[{"Error":"Margaret","Context":"https://michaela.name"},{"Error":"Jody","Context":"http://jakob.org"},{"Error":"Anjali","Context":"https://valentin.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"Human Usability Specialist","PackageVersion":"3.2.8","PackageProjectUrl":"http://micah.info","ValidationErrors":[{"Error":"Evalyn","Context":"https://myrtis.name"},{"Error":"Ursula","Context":"https://werner.net"},{"Error":"Linwood","Context":"http://rebekah.org"},{"Error":"Cleve","Context":"https://claudie.net"},{"Error":"Theodora","Context":"http://faye.info"}],"LicenseInformationOrigin":0},{"PackageId":"International Integration Orchestrator","PackageVersion":"5.4.5","ValidationErrors":[{"Error":"Steve","Context":"http://lon.org"},{"Error":"Braeden","Context":"https://sunny.name"},{"Error":"Leslie","Context":"http://bettie.info"},{"Error":"Edmund","Context":"http://sadie.info"},{"Error":"Horacio","Context":"https://loraine.name"}],"LicenseInformationOrigin":0},{"PackageId":"Global Branding Associate","PackageVersion":"0.5.9","PackageProjectUrl":"http://cory.com","ValidationErrors":[{"Error":"Suzanne","Context":"http://ima.name"},{"Error":"Earnestine","Context":"http://nathanial.biz"},{"Error":"Connor","Context":"https://augustus.net"},{"Error":"Araceli","Context":"http://hailey.biz"},{"Error":"Janessa","Context":"https://craig.com"},{"Error":"Erica","Context":"http://kristin.org"},{"Error":"Alek","Context":"http://shany.biz"}],"License":"If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Markets Designer","PackageVersion":"2.8.4","PackageProjectUrl":"https://amara.info","ValidationErrors":[{"Error":"Seamus","Context":"http://maybell.info"},{"Error":"Monserrat","Context":"http://katrine.name"},{"Error":"Abel","Context":"https://geovany.com"},{"Error":"Diana","Context":"http://eula.name"},{"Error":"Raphael","Context":"https://zackery.info"}],"LicenseInformationOrigin":2},{"PackageId":"Corporate Tactics Analyst","PackageVersion":"3.0.8","ValidationErrors":[{"Error":"Bill","Context":"http://jairo.net"},{"Error":"Clemmie","Context":"http://shanny.net"},{"Error":"Hildegard","Context":"http://conner.name"},{"Error":"Isabella","Context":"https://kennith.com"},{"Error":"Johanna","Context":"https://ara.org"},{"Error":"Demarco","Context":"https://rae.biz"},{"Error":"Viviane","Context":"http://christine.info"}],"License":"If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!","LicenseInformationOrigin":2},{"PackageId":"Global Optimization Representative","PackageVersion":"8.2.6","ValidationErrors":[{"Error":"Brandi","Context":"https://aniyah.com"},{"Error":"Tyson","Context":"https://bonita.org"},{"Error":"Jazlyn","Context":"http://madonna.net"},{"Error":"Deangelo","Context":"https://jess.info"},{"Error":"Alvah","Context":"https://hans.net"},{"Error":"Payton","Context":"http://shanna.name"},{"Error":"Providenci","Context":"https://tyra.org"},{"Error":"Flo","Context":"http://isidro.net"},{"Error":"Dawn","Context":"https://anika.org"},{"Error":"Silas","Context":"http://zane.name"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Investor Research Facilitator","PackageVersion":"5.7.5","ValidationErrors":[{"Error":"Avery","Context":"http://jarret.biz"},{"Error":"Clarissa","Context":"https://audreanne.name"},{"Error":"Vida","Context":"https://theresia.biz"},{"Error":"Ransom","Context":"http://isom.com"},{"Error":"Anastasia","Context":"http://kamryn.info"},{"Error":"Marlene","Context":"https://cyril.name"},{"Error":"Zetta","Context":"http://pete.org"},{"Error":"Candida","Context":"https://craig.biz"},{"Error":"Timmothy","Context":"https://joanny.biz"},{"Error":"Alfonzo","Context":"http://dorothea.org"}],"LicenseInformationOrigin":0},{"PackageId":"Customer Program Technician","PackageVersion":"1.7.7","ValidationErrors":[{"Error":"Keely","Context":"http://obie.org"},{"Error":"Caleigh","Context":"https://albin.info"},{"Error":"Flavie","Context":"http://lavonne.biz"},{"Error":"Kaitlyn","Context":"http://osborne.org"},{"Error":"Joesph","Context":"https://michael.name"},{"Error":"Kali","Context":"http://shyanne.net"},{"Error":"Austin","Context":"https://marty.net"},{"Error":"Theresia","Context":"http://kristin.net"},{"Error":"Lester","Context":"https://paige.com"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Accounts Associate","PackageVersion":"3.2.6","PackageProjectUrl":"https://vesta.com","ValidationErrors":[{"Error":"Buck","Context":"http://taryn.com"},{"Error":"Hilton","Context":"http://isabel.com"},{"Error":"Rogers","Context":"https://bertrand.biz"},{"Error":"Annetta","Context":"https://remington.org"},{"Error":"Efrain","Context":"http://davion.org"},{"Error":"Merle","Context":"https://abigayle.org"},{"Error":"Jerod","Context":"https://vicenta.info"},{"Error":"Kayli","Context":"https://shaun.net"},{"Error":"Antwan","Context":"https://hazel.net"}],"LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Orchestrator","PackageVersion":"2.4.2","ValidationErrors":[{"Error":"Damien","Context":"https://edyth.com"},{"Error":"Princess","Context":"http://haylie.biz"},{"Error":"Jordane","Context":"https://gregorio.com"},{"Error":"Opal","Context":"http://abbie.org"},{"Error":"Pablo","Context":"https://maxime.biz"},{"Error":"Shaun","Context":"https://concepcion.net"},{"Error":"Moises","Context":"http://rupert.info"}],"License":"If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Consultant","PackageVersion":"2.4.9","ValidationErrors":[{"Error":"Angie","Context":"https://ardella.info"},{"Error":"Melissa","Context":"https://sandra.biz"},{"Error":"Pearline","Context":"https://noble.net"},{"Error":"Dusty","Context":"https://verlie.com"}],"LicenseInformationOrigin":4}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 720f6ece..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index c1e6fd40..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationErrors":[{"Error":"Judson","Context":"https://wilson.net"},{"Error":"Guadalupe","Context":"http://otho.info"},{"Error":"General","Context":"https://skylar.name"},{"Error":"Haylie","Context":"http://audreanne.info"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Intranet Facilitator","PackageVersion":"7.1.7","PackageProjectUrl":"https://garnet.net","ValidationErrors":[{"Error":"Alisha","Context":"http://alyson.name"},{"Error":"Carmelo","Context":"http://michele.name"},{"Error":"Miles","Context":"https://freddie.com"},{"Error":"Kade","Context":"https://jaunita.biz"},{"Error":"Marcelina","Context":"http://donna.net"},{"Error":"Darby","Context":"http://joana.org"},{"Error":"Albin","Context":"http://hal.com"},{"Error":"Betsy","Context":"http://quinton.com"},{"Error":"Emmalee","Context":"https://haleigh.name"}],"License":"synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!","LicenseInformationOrigin":2},{"PackageId":"Senior Brand Developer","PackageVersion":"4.4.1","PackageProjectUrl":"http://adelbert.net","ValidationErrors":[{"Error":"Reid","Context":"https://amely.info"},{"Error":"Nikki","Context":"https://mckayla.info"},{"Error":"Kiara","Context":"https://floyd.net"},{"Error":"Libby","Context":"http://wade.biz"},{"Error":"Leola","Context":"https://pietro.info"},{"Error":"Arch","Context":"http://hazle.org"},{"Error":"Eldred","Context":"http://gabriel.net"}],"License":"If we override the system, we can get to the CSS system through the neural CSS system!","LicenseInformationOrigin":3},{"PackageId":"Regional Accounts Technician","PackageVersion":"2.8.7","ValidationErrors":[{"Error":"Dawson","Context":"http://addie.org"},{"Error":"Xander","Context":"https://everette.info"},{"Error":"Otha","Context":"https://cletus.net"},{"Error":"Carlee","Context":"https://jaron.info"},{"Error":"Nannie","Context":"https://isaias.net"}],"LicenseInformationOrigin":0},{"PackageId":"National Solutions Coordinator","PackageVersion":"8.7.3","PackageProjectUrl":"https://adrianna.name","ValidationErrors":[{"Error":"Maximillian","Context":"http://leola.name"},{"Error":"Shaina","Context":"http://dean.name"},{"Error":"Juana","Context":"http://aniya.biz"},{"Error":"Fernando","Context":"http://shanna.com"},{"Error":"Katelyn","Context":"https://judd.com"},{"Error":"Earl","Context":"https://bradford.biz"}],"License":"Use the bluetooth USB panel, then you can calculate the bluetooth panel!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 90e814b1..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1},{"PackageId":"Principal Usability Representative","PackageVersion":"9.1.3","PackageProjectUrl":"https://nelson.com","License":"We need to transmit the bluetooth FTP feed!","LicenseInformationOrigin":0},{"PackageId":"Chief Intranet Strategist","PackageVersion":"9.7.0","PackageProjectUrl":"https://john.name","License":"We need to copy the redundant JSON transmitter!","LicenseInformationOrigin":0},{"PackageId":"Customer Group Manager","PackageVersion":"8.0.4","PackageProjectUrl":"https://luisa.biz","License":"The RAM panel is down, transmit the online panel so we can transmit the RAM panel!","LicenseInformationOrigin":4},{"PackageId":"Customer Accountability Strategist","PackageVersion":"0.5.2","PackageProjectUrl":"https://stuart.com","License":"You can\u0027t parse the firewall without navigating the solid state ADP firewall!","LicenseInformationOrigin":1},{"PackageId":"Chief Directives Executive","PackageVersion":"9.4.9","PackageProjectUrl":"http://jedediah.net","License":"Try to back up the THX interface, maybe it will back up the auxiliary interface!","LicenseInformationOrigin":2},{"PackageId":"District Metrics Analyst","PackageVersion":"4.6.0","PackageProjectUrl":"http://nathaniel.name","License":"overriding the interface won\u0027t do anything, we need to connect the digital GB interface!","LicenseInformationOrigin":4},{"PackageId":"Senior Accountability Specialist","PackageVersion":"0.8.7","PackageProjectUrl":"http://kristina.info","License":"We need to input the cross-platform RAM system!","LicenseInformationOrigin":1},{"PackageId":"National Usability Manager","PackageVersion":"0.3.8","PackageProjectUrl":"http://myriam.name","License":"quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!","LicenseInformationOrigin":2},{"PackageId":"Lead Tactics Executive","PackageVersion":"6.2.9","PackageProjectUrl":"https://maxwell.name","License":"I\u0027ll transmit the online TCP driver, that should driver the TCP driver!","LicenseInformationOrigin":0},{"PackageId":"Principal Accountability Facilitator","PackageVersion":"2.1.4","PackageProjectUrl":"https://dillan.net","License":"Use the back-end XML protocol, then you can reboot the back-end protocol!","LicenseInformationOrigin":0},{"PackageId":"Internal Quality Director","PackageVersion":"5.3.0","PackageProjectUrl":"http://hyman.com","License":"Use the redundant AI alarm, then you can transmit the redundant alarm!","LicenseInformationOrigin":2},{"PackageId":"Chief Web Specialist","PackageVersion":"7.4.0","PackageProjectUrl":"http://keely.net","License":"navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!","LicenseInformationOrigin":2},{"PackageId":"Lead Accountability Orchestrator","PackageVersion":"2.6.2","PackageProjectUrl":"https://tre.org","License":"You can\u0027t connect the panel without bypassing the bluetooth SSL panel!","LicenseInformationOrigin":0},{"PackageId":"International Metrics Officer","PackageVersion":"3.7.1","PackageProjectUrl":"https://myrl.info","License":"hacking the array won\u0027t do anything, we need to back up the haptic IB array!","LicenseInformationOrigin":1},{"PackageId":"Regional Data Strategist","PackageVersion":"3.5.3","PackageProjectUrl":"https://sedrick.biz","License":"I\u0027ll transmit the optical USB program, that should program the USB program!","LicenseInformationOrigin":2},{"PackageId":"Regional Accountability Assistant","PackageVersion":"2.7.5","PackageProjectUrl":"http://barney.com","License":"You can\u0027t program the alarm without overriding the cross-platform RSS alarm!","LicenseInformationOrigin":4},{"PackageId":"Customer Group Technician","PackageVersion":"9.8.2","PackageProjectUrl":"https://sandrine.name","License":"programming the system won\u0027t do anything, we need to synthesize the primary AGP system!","LicenseInformationOrigin":2},{"PackageId":"Lead Factors Planner","PackageVersion":"1.0.4","PackageProjectUrl":"http://mikayla.com","License":"You can\u0027t compress the driver without calculating the back-end SQL driver!","LicenseInformationOrigin":0},{"PackageId":"Corporate Data Assistant","PackageVersion":"7.9.8","PackageProjectUrl":"http://arlene.biz","License":"Try to generate the SMTP feed, maybe it will generate the online feed!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Research Representative","PackageVersion":"1.6.9","PackageProjectUrl":"https://carol.org","License":"You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!","LicenseInformationOrigin":2},{"PackageId":"Internal Accounts Specialist","PackageVersion":"4.9.2","PackageProjectUrl":"https://wilfredo.biz","License":"The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!","LicenseInformationOrigin":2},{"PackageId":"Investor Division Planner","PackageVersion":"1.4.6","PackageProjectUrl":"https://evelyn.info","License":"I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!","LicenseInformationOrigin":1},{"PackageId":"National Response Planner","PackageVersion":"7.8.0","PackageProjectUrl":"https://hertha.org","License":"Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!","LicenseInformationOrigin":1},{"PackageId":"National Accountability Administrator","PackageVersion":"5.9.9","PackageProjectUrl":"http://julio.info","License":"Use the neural IB matrix, then you can generate the neural matrix!","LicenseInformationOrigin":1},{"PackageId":"Product Infrastructure Orchestrator","PackageVersion":"5.0.6","PackageProjectUrl":"http://forrest.com","License":"If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!","LicenseInformationOrigin":4},{"PackageId":"District Directives Analyst","PackageVersion":"9.3.0","PackageProjectUrl":"http://bridie.biz","License":"Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!","LicenseInformationOrigin":4},{"PackageId":"Future Group Director","PackageVersion":"2.3.4","PackageProjectUrl":"https://luna.info","License":"I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Branding Facilitator","PackageVersion":"0.3.9","PackageProjectUrl":"https://otilia.info","License":"We need to connect the optical SQL capacitor!","LicenseInformationOrigin":2},{"PackageId":"Customer Assurance Consultant","PackageVersion":"5.6.2","PackageProjectUrl":"https://eryn.org","License":"Use the digital IB alarm, then you can program the digital alarm!","LicenseInformationOrigin":2},{"PackageId":"District Interactions Developer","PackageVersion":"9.9.4","PackageProjectUrl":"http://adrien.biz","License":"I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!","LicenseInformationOrigin":2},{"PackageId":"Human Optimization Director","PackageVersion":"0.1.8","PackageProjectUrl":"https://crystal.info","License":"We need to transmit the back-end PCI panel!","LicenseInformationOrigin":4},{"PackageId":"Product Paradigm Director","PackageVersion":"6.3.8","PackageProjectUrl":"http://kiera.org","License":"Use the wireless THX array, then you can connect the wireless array!","LicenseInformationOrigin":0},{"PackageId":"Senior Group Designer","PackageVersion":"3.0.6","PackageProjectUrl":"http://keyshawn.net","License":"We need to copy the cross-platform SAS panel!","LicenseInformationOrigin":1},{"PackageId":"Product Intranet Assistant","PackageVersion":"2.8.1","PackageProjectUrl":"https://chance.name","License":"You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!","LicenseInformationOrigin":4},{"PackageId":"Product Security Developer","PackageVersion":"4.4.5","PackageProjectUrl":"https://maida.org","License":"parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!","LicenseInformationOrigin":4},{"PackageId":"Corporate Paradigm Administrator","PackageVersion":"5.5.2","PackageProjectUrl":"http://trace.net","License":"Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!","LicenseInformationOrigin":2},{"PackageId":"Central Creative Analyst","PackageVersion":"3.6.4","PackageProjectUrl":"http://abigayle.net","License":"programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!","LicenseInformationOrigin":1},{"PackageId":"Internal Division Assistant","PackageVersion":"0.9.4","PackageProjectUrl":"http://emerson.info","License":"The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Brand Officer","PackageVersion":"1.1.5","PackageProjectUrl":"https://shayne.name","License":"If we transmit the application, we can get to the SAS application through the wireless SAS application!","LicenseInformationOrigin":4},{"PackageId":"Global Usability Manager","PackageVersion":"6.7.0","PackageProjectUrl":"https://alexandra.info","License":"We need to parse the mobile SCSI protocol!","LicenseInformationOrigin":1},{"PackageId":"Human Configuration Assistant","PackageVersion":"0.1.1","PackageProjectUrl":"https://aurelia.info","License":"We need to hack the mobile SMS circuit!","LicenseInformationOrigin":2},{"PackageId":"Direct Group Consultant","PackageVersion":"8.8.0","PackageProjectUrl":"https://alana.org","License":"I\u0027ll index the neural SDD bus, that should bus the SDD bus!","LicenseInformationOrigin":4},{"PackageId":"Legacy Research Producer","PackageVersion":"2.8.3","PackageProjectUrl":"https://sonia.org","License":"backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!","LicenseInformationOrigin":2},{"PackageId":"District Group Associate","PackageVersion":"4.0.1","PackageProjectUrl":"https://noemi.info","License":"We need to transmit the redundant TCP panel!","LicenseInformationOrigin":0},{"PackageId":"Future Factors Representative","PackageVersion":"9.2.0","PackageProjectUrl":"https://jazmin.org","License":"Use the solid state SDD application, then you can navigate the solid state application!","LicenseInformationOrigin":2},{"PackageId":"Customer Applications Developer","PackageVersion":"5.6.1","PackageProjectUrl":"http://kiley.org","License":"We need to connect the bluetooth RAM application!","LicenseInformationOrigin":4},{"PackageId":"Internal Division Agent","PackageVersion":"2.4.2","PackageProjectUrl":"http://armani.name","License":"Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!","LicenseInformationOrigin":0},{"PackageId":"Direct Research Assistant","PackageVersion":"5.9.7","PackageProjectUrl":"http://danial.org","License":"Try to connect the TCP circuit, maybe it will connect the back-end circuit!","LicenseInformationOrigin":4},{"PackageId":"Legacy Optimization Assistant","PackageVersion":"8.8.2","PackageProjectUrl":"https://scot.info","License":"The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!","LicenseInformationOrigin":1},{"PackageId":"Human Directives Specialist","PackageVersion":"4.3.4","PackageProjectUrl":"http://tabitha.name","License":"I\u0027ll reboot the virtual CSS program, that should program the CSS program!","LicenseInformationOrigin":2},{"PackageId":"Forward Web Assistant","PackageVersion":"3.5.5","PackageProjectUrl":"https://tremayne.org","License":"The COM array is down, calculate the open-source array so we can calculate the COM array!","LicenseInformationOrigin":0},{"PackageId":"Product Operations Liaison","PackageVersion":"1.1.0","PackageProjectUrl":"http://tabitha.com","License":"You can\u0027t generate the array without quantifying the open-source PCI array!","LicenseInformationOrigin":0},{"PackageId":"Legacy Accountability Coordinator","PackageVersion":"5.5.0","PackageProjectUrl":"http://erling.name","License":"Try to back up the COM driver, maybe it will back up the bluetooth driver!","LicenseInformationOrigin":1},{"PackageId":"Product Marketing Strategist","PackageVersion":"0.1.7","PackageProjectUrl":"http://melany.name","License":"I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!","LicenseInformationOrigin":2},{"PackageId":"Corporate Intranet Analyst","PackageVersion":"0.9.0","PackageProjectUrl":"https://creola.info","License":"indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!","LicenseInformationOrigin":0},{"PackageId":"Central Security Representative","PackageVersion":"4.3.4","PackageProjectUrl":"https://velva.name","License":"The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!","LicenseInformationOrigin":0},{"PackageId":"Senior Brand Analyst","PackageVersion":"2.5.0","PackageProjectUrl":"http://danial.name","License":"overriding the interface won\u0027t do anything, we need to override the virtual THX interface!","LicenseInformationOrigin":1},{"PackageId":"Internal Directives Designer","PackageVersion":"0.4.8","PackageProjectUrl":"http://mable.net","License":"Use the virtual AI capacitor, then you can navigate the virtual capacitor!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Division Consultant","PackageVersion":"4.8.7","PackageProjectUrl":"https://jack.net","License":"The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!","LicenseInformationOrigin":0},{"PackageId":"Regional Tactics Technician","PackageVersion":"7.6.7","PackageProjectUrl":"http://alvena.net","License":"If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!","LicenseInformationOrigin":0},{"PackageId":"Legacy Implementation Assistant","PackageVersion":"2.1.6","PackageProjectUrl":"https://liana.net","License":"Use the auxiliary RSS sensor, then you can program the auxiliary sensor!","LicenseInformationOrigin":4},{"PackageId":"Customer Functionality Manager","PackageVersion":"5.9.0","PackageProjectUrl":"https://mariane.info","License":"The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!","LicenseInformationOrigin":2},{"PackageId":"Senior Operations Engineer","PackageVersion":"3.1.8","PackageProjectUrl":"http://montana.name","License":"If we program the array, we can get to the JBOD array through the primary JBOD array!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index daf672ad..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Representative","PackageVersion":"2.0.7","PackageProjectUrl":"http://kelley.com","License":"transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!","LicenseInformationOrigin":0},{"PackageId":"National Tactics Liaison","PackageVersion":"6.8.9","PackageProjectUrl":"http://jillian.net","License":"hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!","LicenseInformationOrigin":2},{"PackageId":"Global Implementation Engineer","PackageVersion":"6.0.7","PackageProjectUrl":"http://antonette.org","License":"I\u0027ll calculate the 1080p HDD system, that should system the HDD system!","LicenseInformationOrigin":1},{"PackageId":"Forward Integration Executive","PackageVersion":"6.6.8","PackageProjectUrl":"http://grayce.info","License":"You can\u0027t index the protocol without indexing the open-source XML protocol!","LicenseInformationOrigin":0},{"PackageId":"Customer Infrastructure Planner","PackageVersion":"6.6.0","PackageProjectUrl":"https://laurie.biz","License":"If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!","LicenseInformationOrigin":1},{"PackageId":"Dynamic Program Administrator","PackageVersion":"9.8.6","PackageProjectUrl":"https://malcolm.net","License":"I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!","LicenseInformationOrigin":4},{"PackageId":"Customer Research Associate","PackageVersion":"4.6.5","PackageProjectUrl":"http://wilmer.name","License":"I\u0027ll navigate the neural SAS card, that should card the SAS card!","LicenseInformationOrigin":1},{"PackageId":"Central Creative Manager","PackageVersion":"8.4.8","PackageProjectUrl":"https://carleton.info","License":"Use the cross-platform THX system, then you can generate the cross-platform system!","LicenseInformationOrigin":1},{"PackageId":"Internal Operations Executive","PackageVersion":"1.8.1","PackageProjectUrl":"http://angel.info","License":"We need to back up the solid state XML application!","LicenseInformationOrigin":4},{"PackageId":"Corporate Marketing Associate","PackageVersion":"3.3.2","PackageProjectUrl":"http://nash.name","License":"I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!","LicenseInformationOrigin":0},{"PackageId":"Customer Assurance Officer","PackageVersion":"0.3.1","PackageProjectUrl":"https://kyla.biz","License":"Try to override the EXE program, maybe it will override the mobile program!","LicenseInformationOrigin":2},{"PackageId":"National Tactics Architect","PackageVersion":"6.7.8","PackageProjectUrl":"https://valentina.net","License":"The PNG protocol is down, index the digital protocol so we can index the PNG protocol!","LicenseInformationOrigin":4},{"PackageId":"Chief Integration Architect","PackageVersion":"1.6.8","PackageProjectUrl":"https://davion.net","License":"Try to override the TCP firewall, maybe it will override the solid state firewall!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index f534dbe6..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1 +0,0 @@ -[{"PackageId":"International Mobility Technician","PackageVersion":"3.7.5","PackageProjectUrl":"https://jayne.name","License":"I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!","LicenseInformationOrigin":0},{"PackageId":"Principal Markets Executive","PackageVersion":"4.2.2","PackageProjectUrl":"https://bettie.com","License":"Try to generate the EXE array, maybe it will generate the mobile array!","LicenseInformationOrigin":4},{"PackageId":"Future Identity Specialist","PackageVersion":"4.7.4","PackageProjectUrl":"http://della.biz","License":"If we back up the driver, we can get to the AI driver through the bluetooth AI driver!","LicenseInformationOrigin":0},{"PackageId":"Forward Functionality Designer","PackageVersion":"5.5.7","PackageProjectUrl":"https://jasen.biz","License":"Use the redundant AGP monitor, then you can generate the redundant monitor!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..021550f0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..3dcc7812 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..cef9082f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..58eac1de --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..705fd62d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..a72483b5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..e4936f81 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..285487bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7e504b8d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..eed22ad5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..285487bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..8a866d55 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..42fbcca5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..52adcdf0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"}],"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Dayana","Error":"https://leila.info"}],"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Junior","Error":"https://alene.info"}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"}],"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Ezekiel","Error":"http://peyton.biz"}],"LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adaline","Error":"http://brittany.org"}],"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"}],"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..705fd62d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..31cfe860 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Nikki","Error":"https://mckayla.info"}],"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Kian","Error":"https://lia.net"}],"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Neoma","Error":"http://catherine.com"}],"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c47d4feb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..80da64c7 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..6dac1557 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..6f0905a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..64e7e255 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..1444cbba --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..4dc5ee6b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..4180f9bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..7eb69c8a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..2af48ae2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..4180f9bc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..2de9d76b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..65ad2c87 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..b3cf7bad --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Product Brand Representative","PackageVersion":"8.9.2","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Merle","Error":"https://abigayle.org"},{"Context":"Vicenta","Error":null},{"Context":"Kayli","Error":"https://shaun.net"},{"Context":"Thora","Error":"http://mia.info"},{"Context":"Brianne","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Don","Error":null}],"License":null,"LicenseInformationOrigin":4},{"PackageId":"Future Data Analyst","PackageVersion":"1.5.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Bernardo","Error":"https://ronny.info"},{"Context":"Janessa","Error":null},{"Context":"Mitchell","Error":null},{"Context":"Dena","Error":"https://jordyn.org"},{"Context":"Antonina","Error":"http://willow.name"},{"Context":"Sylvia","Error":"https://ada.net"},{"Context":"Laney","Error":"http://eryn.org"},{"Context":"Adah","Error":"https://mylene.name"}],"License":"If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!","LicenseInformationOrigin":0},{"PackageId":"Central Tactics Designer","PackageVersion":"8.5.9","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Zula","Error":"https://mervin.biz"},{"Context":"Amalia","Error":"https://shanelle.info"},{"Context":"Dominic","Error":null},{"Context":"Jessika","Error":"http://lesly.com"},{"Context":"Linnea","Error":"http://everardo.info"}],"License":"navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!","LicenseInformationOrigin":1},{"PackageId":"Chief Response Director","PackageVersion":"2.0.6","PackageProjectUrl":"https://johnny.name","ValidationChecks":[{"Context":"Rodger","Error":"http://lazaro.org"},{"Context":"Bret","Error":null},{"Context":"Jewell","Error":null},{"Context":"Khalil","Error":null},{"Context":"Aiyana","Error":"http://uriel.com"},{"Context":"Jarret","Error":"http://clarissa.name"},{"Context":"Khalil","Error":"https://mona.org"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"International Optimization Manager","PackageVersion":"0.3.3","PackageProjectUrl":"https://layne.org","ValidationChecks":[{"Context":"Tristin","Error":"http://maximillia.org"},{"Context":"Giuseppe","Error":"https://jett.org"},{"Context":"Dedrick","Error":null},{"Context":"Elissa","Error":null},{"Context":"Kaci","Error":"https://brandi.org"}],"License":"I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!","LicenseInformationOrigin":0},{"PackageId":"Product Data Representative","PackageVersion":"0.6.2","PackageProjectUrl":"https://hayden.name","ValidationChecks":[{"Context":"Amina","Error":"http://steve.com"},{"Context":"Braeden","Error":null},{"Context":"Sunny","Error":null},{"Context":"Leslie","Error":null},{"Context":"Bettie","Error":"http://edmund.info"},{"Context":"Jermey","Error":null},{"Context":"Wilfrid","Error":"https://josianne.org"},{"Context":"Emil","Error":null},{"Context":"Dayana","Error":"https://leila.info"}],"License":null,"LicenseInformationOrigin":0},{"PackageId":"Direct Factors Associate","PackageVersion":"1.6.9","PackageProjectUrl":"https://mariela.com","ValidationChecks":[{"Context":"Angeline","Error":"https://tyrel.net"},{"Context":"Buddy","Error":"https://bernardo.name"},{"Context":"Felix","Error":null},{"Context":"Lucious","Error":null},{"Context":"Junior","Error":"https://alene.info"},{"Context":"Earnestine","Error":null}],"License":"If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!","LicenseInformationOrigin":0},{"PackageId":"Global Infrastructure Developer","PackageVersion":"5.5.0","PackageProjectUrl":"https://austin.net","ValidationChecks":[{"Context":"Paige","Error":"http://alex.info"},{"Context":"Shyann","Error":"http://marion.org"},{"Context":"Geovanny","Error":"http://josephine.info"},{"Context":"Drew","Error":null},{"Context":"Imani","Error":null},{"Context":"Dorothea","Error":null},{"Context":"Justina","Error":null},{"Context":"Norwood","Error":"http://aubree.biz"}],"License":"generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!","LicenseInformationOrigin":2},{"PackageId":"Regional Mobility Manager","PackageVersion":"2.7.0","PackageProjectUrl":"http://gianni.info","ValidationChecks":[{"Context":"Mary","Error":"http://alvina.biz"},{"Context":"Ron","Error":null},{"Context":"Brown","Error":"https://cordia.com"},{"Context":"Joany","Error":"http://agustina.net"},{"Context":"Thomas","Error":"http://antonia.net"},{"Context":"Roderick","Error":null}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"Senior Marketing Representative","PackageVersion":"5.1.8","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Nedra","Error":"http://orland.info"},{"Context":"Shany","Error":"http://margaretta.net"},{"Context":"Shanna","Error":"https://providenci.org"},{"Context":"Timothy","Error":null},{"Context":"Ezekiel","Error":"http://peyton.biz"},{"Context":"Anika","Error":null},{"Context":"Silas","Error":null}],"License":null,"LicenseInformationOrigin":3},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Creative Engineer","PackageVersion":"4.0.0","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Pete","Error":"https://candida.net"},{"Context":"Timmothy","Error":"https://joanny.biz"},{"Context":"Dallas","Error":"http://samanta.net"},{"Context":"Lucas","Error":"http://jackeline.biz"},{"Context":"Keon","Error":"http://noemie.name"}],"License":"You can\u0027t parse the alarm without overriding the haptic SMTP alarm!","LicenseInformationOrigin":0},{"PackageId":"Lead Metrics Technician","PackageVersion":"5.0.6","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Obie","Error":"https://caleigh.net"},{"Context":"Flavie","Error":"http://lavonne.biz"},{"Context":"Brock","Error":null},{"Context":"Sabina","Error":null}],"License":"copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!","LicenseInformationOrigin":2},{"PackageId":"Lead Response Consultant","PackageVersion":"5.7.7","PackageProjectUrl":"http://oliver.com","ValidationChecks":[{"Context":"Lonny","Error":"https://onie.org"},{"Context":"Solon","Error":"https://buck.biz"},{"Context":"Adeline","Error":null},{"Context":"Adaline","Error":"http://brittany.org"},{"Context":"Bertrand","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Senior Applications Technician","PackageVersion":"2.5.2","PackageProjectUrl":"http://buck.net","ValidationChecks":[{"Context":"Demarco","Error":"https://marge.info"},{"Context":"Charlene","Error":null},{"Context":"Rod","Error":"https://marian.net"},{"Context":"Shaun","Error":"https://concepcion.net"}],"License":null,"LicenseInformationOrigin":2},{"PackageId":"International Integration Facilitator","PackageVersion":"3.1.1","PackageProjectUrl":"http://jadon.org","ValidationChecks":[{"Context":"Toni","Error":"http://angie.name"},{"Context":"Melissa","Error":"https://sandra.biz"},{"Context":"Sedrick","Error":null},{"Context":"Marianna","Error":null}],"License":null,"LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..64e7e255 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..25e36062 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1 @@ +[{"PackageId":"Principal Functionality Agent","PackageVersion":"1.5.3","PackageProjectUrl":null,"ValidationChecks":[{"Context":"Ciara","Error":"https://paige.org"},{"Context":"Aletha","Error":"https://isobel.info"},{"Context":"Skylar","Error":null},{"Context":"Haylie","Error":null},{"Context":"Audreanne","Error":"http://graciela.net"},{"Context":"Daphney","Error":null},{"Context":"Oceane","Error":null},{"Context":"Clifton","Error":"http://francisco.biz"},{"Context":"Addie","Error":"https://xander.org"},{"Context":"Furman","Error":"https://torrey.biz"}],"License":"connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!","LicenseInformationOrigin":0},{"PackageId":"Investor Assurance Producer","PackageVersion":"3.0.5","PackageProjectUrl":"http://delpha.net","ValidationChecks":[{"Context":"Rae","Error":"http://cynthia.name"},{"Context":"Greta","Error":"http://adolph.com"},{"Context":"Quinton","Error":"http://emmalee.org"},{"Context":"Johann","Error":"http://andres.net"},{"Context":"Horace","Error":"http://tessie.com"},{"Context":"Mortimer","Error":"https://alicia.biz"},{"Context":"Bobby","Error":null},{"Context":"Cecil","Error":"https://kira.net"},{"Context":"Amely","Error":null},{"Context":"Nikki","Error":"https://mckayla.info"},{"Context":"Ursula","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"National Assurance Orchestrator","PackageVersion":"3.9.1","PackageProjectUrl":"https://pietro.info","ValidationChecks":[{"Context":"Hazle","Error":"https://eldred.info"},{"Context":"Enos","Error":null},{"Context":"Gerhard","Error":"https://mckenna.info"},{"Context":"Rosanna","Error":null},{"Context":"Kian","Error":"https://lia.net"},{"Context":"Fabiola","Error":null}],"License":null,"LicenseInformationOrigin":1},{"PackageId":"Dynamic Marketing Representative","PackageVersion":"4.4.7","PackageProjectUrl":"http://mariam.com","ValidationChecks":[{"Context":"Nikko","Error":"https://pamela.net"},{"Context":"Marcella","Error":null},{"Context":"Helga","Error":"https://alisha.biz"},{"Context":"Jolie","Error":"http://dianna.net"}],"License":"synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!","LicenseInformationOrigin":1},{"PackageId":"Direct Branding Supervisor","PackageVersion":"3.6.2","PackageProjectUrl":"https://shaina.info","ValidationChecks":[{"Context":"Juana","Error":"http://aniya.biz"},{"Context":"Shanna","Error":"http://katelyn.name"},{"Context":"Abe","Error":null},{"Context":"Neoma","Error":"http://catherine.com"},{"Context":"Chet","Error":null},{"Context":"Hailie","Error":null}],"License":null,"LicenseInformationOrigin":2}] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(False,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 280184a5..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 3bb1e1cd..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 87e221f4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 1eef8d09..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,726 +0,0 @@ -[ - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 5f571b60..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,1377 +0,0 @@ -[ - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index bed83e43..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,798 +0,0 @@ -[ - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 67a95125..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,868 +0,0 @@ -[ - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index f35f632e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,684 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 00d17296..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,105 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index faef73ae..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,175 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 7aa45f9a..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,166 +0,0 @@ -[ - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index c9c0036f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,817 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 21c71535..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,238 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index 1da9d7f3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,308 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 1b501d77..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,61 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 665e2579..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,712 +0,0 @@ -[ - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index ee6f4cd7..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,133 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 7f0f8fac..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,203 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 1238428a..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,702 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 9114f0b7..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,142 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index f85c9504..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e5fc4225 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..59e85525 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..aa4b234a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..8b4bcaf2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,734 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..9e31506b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,1172 @@ +[ + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..4947d4d4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,795 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..ffa84b55 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,835 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt similarity index 54% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt index 16d66563..eaf6c0ae 100644 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -9,22 +9,30 @@ { "PackageId": "Principal Functionality Agent", "PackageVersion": "1.5.3", - "ValidationErrors": [ + "ValidationChecks": [ { - "Error": "Judson", - "Context": "https://wilson.net" + "Context": "Ciara", + "Error": "https://paige.org" }, { - "Error": "Guadalupe", - "Context": "http://otho.info" + "Context": "Aletha", + "Error": "https://isobel.info" }, { - "Error": "General", - "Context": "https://skylar.name" + "Context": "Audreanne", + "Error": "http://graciela.net" }, { - "Error": "Haylie", - "Context": "http://audreanne.info" + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" } ], "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..49a66671 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,479 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..bda0121a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,102 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..0859632a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,142 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..888053c4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,174 @@ +[ + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..79d88d4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,612 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..603a2613 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,235 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..9c9cd053 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,275 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..75ef9f8f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,69 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..81f3c2d5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,507 @@ +[ + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..363ef6ee --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,130 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..e7d305f2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,170 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..4c3fafbf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,702 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..1e573115 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,142 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..afb92b72 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,37 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c215d0cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..1e17f788 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..9f817223 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..e9fd6f44 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,3607 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "ValidationChecks": [ + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Genesis", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Delmer", + "Error": null + }, + { + "Context": "Nia", + "Error": null + }, + { + "Context": "George", + "Error": null + } + ], + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "ValidationChecks": [ + { + "Context": "Jaleel", + "Error": null + }, + { + "Context": "Keaton", + "Error": null + }, + { + "Context": "Barbara", + "Error": null + } + ], + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "ValidationChecks": [ + { + "Context": "Margaret", + "Error": null + }, + { + "Context": "Mckenzie", + "Error": null + }, + { + "Context": "Iliana", + "Error": null + } + ], + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "ValidationChecks": [ + { + "Context": "Lolita", + "Error": null + }, + { + "Context": "Katelynn", + "Error": null + }, + { + "Context": "Alice", + "Error": null + }, + { + "Context": "Frederik", + "Error": null + }, + { + "Context": "Meredith", + "Error": null + } + ], + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "ValidationChecks": [ + { + "Context": "Viviane", + "Error": null + }, + { + "Context": "Bette", + "Error": null + }, + { + "Context": "Maida", + "Error": null + }, + { + "Context": "Dejon", + "Error": null + }, + { + "Context": "Noah", + "Error": null + }, + { + "Context": "Leonardo", + "Error": null + } + ], + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "ValidationChecks": [ + { + "Context": "Eli", + "Error": null + }, + { + "Context": "Richmond", + "Error": null + }, + { + "Context": "Ari", + "Error": null + }, + { + "Context": "Deja", + "Error": null + } + ], + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "ValidationChecks": [ + { + "Context": "Amos", + "Error": null + }, + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Jerald", + "Error": null + }, + { + "Context": "Yvonne", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Trinity", + "Error": null + }, + { + "Context": "Lonny", + "Error": null + } + ], + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "ValidationChecks": [ + { + "Context": "Carey", + "Error": null + }, + { + "Context": "Edna", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Oral", + "Error": null + }, + { + "Context": "Theron", + "Error": null + }, + { + "Context": "Jack", + "Error": null + } + ], + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "ValidationChecks": [ + { + "Context": "Collin", + "Error": null + }, + { + "Context": "Martine", + "Error": null + }, + { + "Context": "Jeramy", + "Error": null + }, + { + "Context": "Alfred", + "Error": null + }, + { + "Context": "Zora", + "Error": null + }, + { + "Context": "Kieran", + "Error": null + }, + { + "Context": "Caleigh", + "Error": null + }, + { + "Context": "Kiana", + "Error": null + }, + { + "Context": "Casper", + "Error": null + }, + { + "Context": "Allen", + "Error": null + } + ], + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "ValidationChecks": [ + { + "Context": "Garry", + "Error": null + }, + { + "Context": "Einar", + "Error": null + }, + { + "Context": "Casandra", + "Error": null + } + ], + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "ValidationChecks": [ + { + "Context": "Brannon", + "Error": null + }, + { + "Context": "Barney", + "Error": null + }, + { + "Context": "Briana", + "Error": null + }, + { + "Context": "Jarod", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Geovany", + "Error": null + }, + { + "Context": "Cleve", + "Error": null + } + ], + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "ValidationChecks": [ + { + "Context": "Emanuel", + "Error": null + }, + { + "Context": "Clarabelle", + "Error": null + }, + { + "Context": "Haven", + "Error": null + }, + { + "Context": "Coy", + "Error": null + }, + { + "Context": "Colten", + "Error": null + }, + { + "Context": "Ricardo", + "Error": null + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Kari", + "Error": null + } + ], + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "ValidationChecks": [ + { + "Context": "Meaghan", + "Error": null + }, + { + "Context": "Alexandra", + "Error": null + }, + { + "Context": "Janice", + "Error": null + } + ], + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "ValidationChecks": [ + { + "Context": "Sharon", + "Error": null + }, + { + "Context": "Alison", + "Error": null + }, + { + "Context": "Mandy", + "Error": null + } + ], + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "ValidationChecks": [ + { + "Context": "Mason", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + } + ], + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "ValidationChecks": [ + { + "Context": "Sammy", + "Error": null + }, + { + "Context": "Otto", + "Error": null + }, + { + "Context": "Joana", + "Error": null + }, + { + "Context": "Jack", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + } + ], + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "ValidationChecks": [ + { + "Context": "Camille", + "Error": null + }, + { + "Context": "Sylvan", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + }, + { + "Context": "Elijah", + "Error": null + }, + { + "Context": "Cheyanne", + "Error": null + }, + { + "Context": "Bradly", + "Error": null + }, + { + "Context": "Craig", + "Error": null + }, + { + "Context": "Jaiden", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..850bb06e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,4246 @@ +[ + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "ValidationChecks": [ + { + "Context": "Amos", + "Error": null + }, + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Jerald", + "Error": null + }, + { + "Context": "Yvonne", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Trinity", + "Error": null + }, + { + "Context": "Lonny", + "Error": null + } + ], + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "ValidationChecks": [ + { + "Context": "Eli", + "Error": null + }, + { + "Context": "Richmond", + "Error": null + }, + { + "Context": "Ari", + "Error": null + }, + { + "Context": "Deja", + "Error": null + } + ], + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "ValidationChecks": [ + { + "Context": "Sammy", + "Error": null + }, + { + "Context": "Otto", + "Error": null + }, + { + "Context": "Joana", + "Error": null + }, + { + "Context": "Jack", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + } + ], + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "ValidationChecks": [ + { + "Context": "Camille", + "Error": null + }, + { + "Context": "Sylvan", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + }, + { + "Context": "Elijah", + "Error": null + }, + { + "Context": "Cheyanne", + "Error": null + }, + { + "Context": "Bradly", + "Error": null + }, + { + "Context": "Craig", + "Error": null + }, + { + "Context": "Jaiden", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "ValidationChecks": [ + { + "Context": "Brannon", + "Error": null + }, + { + "Context": "Barney", + "Error": null + }, + { + "Context": "Briana", + "Error": null + }, + { + "Context": "Jarod", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Geovany", + "Error": null + }, + { + "Context": "Cleve", + "Error": null + } + ], + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "ValidationChecks": [ + { + "Context": "Lolita", + "Error": null + }, + { + "Context": "Katelynn", + "Error": null + }, + { + "Context": "Alice", + "Error": null + }, + { + "Context": "Frederik", + "Error": null + }, + { + "Context": "Meredith", + "Error": null + } + ], + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "ValidationChecks": [ + { + "Context": "Viviane", + "Error": null + }, + { + "Context": "Bette", + "Error": null + }, + { + "Context": "Maida", + "Error": null + }, + { + "Context": "Dejon", + "Error": null + }, + { + "Context": "Noah", + "Error": null + }, + { + "Context": "Leonardo", + "Error": null + } + ], + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "ValidationChecks": [ + { + "Context": "Mason", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + } + ], + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "ValidationChecks": [ + { + "Context": "Carey", + "Error": null + }, + { + "Context": "Edna", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Oral", + "Error": null + }, + { + "Context": "Theron", + "Error": null + }, + { + "Context": "Jack", + "Error": null + } + ], + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "ValidationChecks": [ + { + "Context": "Jaleel", + "Error": null + }, + { + "Context": "Keaton", + "Error": null + }, + { + "Context": "Barbara", + "Error": null + } + ], + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "ValidationChecks": [ + { + "Context": "Margaret", + "Error": null + }, + { + "Context": "Mckenzie", + "Error": null + }, + { + "Context": "Iliana", + "Error": null + } + ], + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "ValidationChecks": [ + { + "Context": "Emanuel", + "Error": null + }, + { + "Context": "Clarabelle", + "Error": null + }, + { + "Context": "Haven", + "Error": null + }, + { + "Context": "Coy", + "Error": null + }, + { + "Context": "Colten", + "Error": null + }, + { + "Context": "Ricardo", + "Error": null + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Kari", + "Error": null + } + ], + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "ValidationChecks": [ + { + "Context": "Sharon", + "Error": null + }, + { + "Context": "Alison", + "Error": null + }, + { + "Context": "Mandy", + "Error": null + } + ], + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "ValidationChecks": [ + { + "Context": "Garry", + "Error": null + }, + { + "Context": "Einar", + "Error": null + }, + { + "Context": "Casandra", + "Error": null + } + ], + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "ValidationChecks": [ + { + "Context": "Meaghan", + "Error": null + }, + { + "Context": "Alexandra", + "Error": null + }, + { + "Context": "Janice", + "Error": null + } + ], + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "ValidationChecks": [ + { + "Context": "Collin", + "Error": null + }, + { + "Context": "Martine", + "Error": null + }, + { + "Context": "Jeramy", + "Error": null + }, + { + "Context": "Alfred", + "Error": null + }, + { + "Context": "Zora", + "Error": null + }, + { + "Context": "Kieran", + "Error": null + }, + { + "Context": "Caleigh", + "Error": null + }, + { + "Context": "Kiana", + "Error": null + }, + { + "Context": "Casper", + "Error": null + }, + { + "Context": "Allen", + "Error": null + } + ], + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "ValidationChecks": [ + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Genesis", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Delmer", + "Error": null + }, + { + "Context": "Nia", + "Error": null + }, + { + "Context": "George", + "Error": null + } + ], + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..940f8204 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,3685 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "ValidationChecks": [ + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Genesis", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Delmer", + "Error": null + }, + { + "Context": "Nia", + "Error": null + }, + { + "Context": "George", + "Error": null + } + ], + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "ValidationChecks": [ + { + "Context": "Jaleel", + "Error": null + }, + { + "Context": "Keaton", + "Error": null + }, + { + "Context": "Barbara", + "Error": null + } + ], + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "ValidationChecks": [ + { + "Context": "Sharon", + "Error": null + }, + { + "Context": "Alison", + "Error": null + }, + { + "Context": "Mandy", + "Error": null + } + ], + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "ValidationChecks": [ + { + "Context": "Margaret", + "Error": null + }, + { + "Context": "Mckenzie", + "Error": null + }, + { + "Context": "Iliana", + "Error": null + } + ], + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "ValidationChecks": [ + { + "Context": "Lolita", + "Error": null + }, + { + "Context": "Katelynn", + "Error": null + }, + { + "Context": "Alice", + "Error": null + }, + { + "Context": "Frederik", + "Error": null + }, + { + "Context": "Meredith", + "Error": null + } + ], + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "ValidationChecks": [ + { + "Context": "Eli", + "Error": null + }, + { + "Context": "Richmond", + "Error": null + }, + { + "Context": "Ari", + "Error": null + }, + { + "Context": "Deja", + "Error": null + } + ], + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "ValidationChecks": [ + { + "Context": "Meaghan", + "Error": null + }, + { + "Context": "Alexandra", + "Error": null + }, + { + "Context": "Janice", + "Error": null + } + ], + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "ValidationChecks": [ + { + "Context": "Brannon", + "Error": null + }, + { + "Context": "Barney", + "Error": null + }, + { + "Context": "Briana", + "Error": null + }, + { + "Context": "Jarod", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Geovany", + "Error": null + }, + { + "Context": "Cleve", + "Error": null + } + ], + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "ValidationChecks": [ + { + "Context": "Mason", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + } + ], + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "ValidationChecks": [ + { + "Context": "Viviane", + "Error": null + }, + { + "Context": "Bette", + "Error": null + }, + { + "Context": "Maida", + "Error": null + }, + { + "Context": "Dejon", + "Error": null + }, + { + "Context": "Noah", + "Error": null + }, + { + "Context": "Leonardo", + "Error": null + } + ], + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "ValidationChecks": [ + { + "Context": "Collin", + "Error": null + }, + { + "Context": "Martine", + "Error": null + }, + { + "Context": "Jeramy", + "Error": null + }, + { + "Context": "Alfred", + "Error": null + }, + { + "Context": "Zora", + "Error": null + }, + { + "Context": "Kieran", + "Error": null + }, + { + "Context": "Caleigh", + "Error": null + }, + { + "Context": "Kiana", + "Error": null + }, + { + "Context": "Casper", + "Error": null + }, + { + "Context": "Allen", + "Error": null + } + ], + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "ValidationChecks": [ + { + "Context": "Amos", + "Error": null + }, + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Jerald", + "Error": null + }, + { + "Context": "Yvonne", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Trinity", + "Error": null + }, + { + "Context": "Lonny", + "Error": null + } + ], + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "ValidationChecks": [ + { + "Context": "Sammy", + "Error": null + }, + { + "Context": "Otto", + "Error": null + }, + { + "Context": "Joana", + "Error": null + }, + { + "Context": "Jack", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + } + ], + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "ValidationChecks": [ + { + "Context": "Garry", + "Error": null + }, + { + "Context": "Einar", + "Error": null + }, + { + "Context": "Casandra", + "Error": null + } + ], + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "ValidationChecks": [ + { + "Context": "Emanuel", + "Error": null + }, + { + "Context": "Clarabelle", + "Error": null + }, + { + "Context": "Haven", + "Error": null + }, + { + "Context": "Coy", + "Error": null + }, + { + "Context": "Colten", + "Error": null + }, + { + "Context": "Ricardo", + "Error": null + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Kari", + "Error": null + } + ], + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "ValidationChecks": [ + { + "Context": "Camille", + "Error": null + }, + { + "Context": "Sylvan", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + }, + { + "Context": "Elijah", + "Error": null + }, + { + "Context": "Cheyanne", + "Error": null + }, + { + "Context": "Bradly", + "Error": null + }, + { + "Context": "Craig", + "Error": null + }, + { + "Context": "Jaiden", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "ValidationChecks": [ + { + "Context": "Carey", + "Error": null + }, + { + "Context": "Edna", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Oral", + "Error": null + }, + { + "Context": "Theron", + "Error": null + }, + { + "Context": "Jack", + "Error": null + } + ], + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..235ba306 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,3751 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "ValidationChecks": [ + { + "Context": "Eli", + "Error": null + }, + { + "Context": "Richmond", + "Error": null + }, + { + "Context": "Ari", + "Error": null + }, + { + "Context": "Deja", + "Error": null + } + ], + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "ValidationChecks": [ + { + "Context": "Jaleel", + "Error": null + }, + { + "Context": "Keaton", + "Error": null + }, + { + "Context": "Barbara", + "Error": null + } + ], + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "ValidationChecks": [ + { + "Context": "Viviane", + "Error": null + }, + { + "Context": "Bette", + "Error": null + }, + { + "Context": "Maida", + "Error": null + }, + { + "Context": "Dejon", + "Error": null + }, + { + "Context": "Noah", + "Error": null + }, + { + "Context": "Leonardo", + "Error": null + } + ], + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "ValidationChecks": [ + { + "Context": "Lolita", + "Error": null + }, + { + "Context": "Katelynn", + "Error": null + }, + { + "Context": "Alice", + "Error": null + }, + { + "Context": "Frederik", + "Error": null + }, + { + "Context": "Meredith", + "Error": null + } + ], + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "ValidationChecks": [ + { + "Context": "Carey", + "Error": null + }, + { + "Context": "Edna", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Oral", + "Error": null + }, + { + "Context": "Theron", + "Error": null + }, + { + "Context": "Jack", + "Error": null + } + ], + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "ValidationChecks": [ + { + "Context": "Sharon", + "Error": null + }, + { + "Context": "Alison", + "Error": null + }, + { + "Context": "Mandy", + "Error": null + } + ], + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "ValidationChecks": [ + { + "Context": "Mason", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + } + ], + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "ValidationChecks": [ + { + "Context": "Amos", + "Error": null + }, + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Jerald", + "Error": null + }, + { + "Context": "Yvonne", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Trinity", + "Error": null + }, + { + "Context": "Lonny", + "Error": null + } + ], + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "ValidationChecks": [ + { + "Context": "Sammy", + "Error": null + }, + { + "Context": "Otto", + "Error": null + }, + { + "Context": "Joana", + "Error": null + }, + { + "Context": "Jack", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + } + ], + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "ValidationChecks": [ + { + "Context": "Collin", + "Error": null + }, + { + "Context": "Martine", + "Error": null + }, + { + "Context": "Jeramy", + "Error": null + }, + { + "Context": "Alfred", + "Error": null + }, + { + "Context": "Zora", + "Error": null + }, + { + "Context": "Kieran", + "Error": null + }, + { + "Context": "Caleigh", + "Error": null + }, + { + "Context": "Kiana", + "Error": null + }, + { + "Context": "Casper", + "Error": null + }, + { + "Context": "Allen", + "Error": null + } + ], + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "ValidationChecks": [ + { + "Context": "Camille", + "Error": null + }, + { + "Context": "Sylvan", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + }, + { + "Context": "Elijah", + "Error": null + }, + { + "Context": "Cheyanne", + "Error": null + }, + { + "Context": "Bradly", + "Error": null + }, + { + "Context": "Craig", + "Error": null + }, + { + "Context": "Jaiden", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "ValidationChecks": [ + { + "Context": "Brannon", + "Error": null + }, + { + "Context": "Barney", + "Error": null + }, + { + "Context": "Briana", + "Error": null + }, + { + "Context": "Jarod", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Geovany", + "Error": null + }, + { + "Context": "Cleve", + "Error": null + } + ], + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "ValidationChecks": [ + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Genesis", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Delmer", + "Error": null + }, + { + "Context": "Nia", + "Error": null + }, + { + "Context": "George", + "Error": null + } + ], + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "ValidationChecks": [ + { + "Context": "Margaret", + "Error": null + }, + { + "Context": "Mckenzie", + "Error": null + }, + { + "Context": "Iliana", + "Error": null + } + ], + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "ValidationChecks": [ + { + "Context": "Garry", + "Error": null + }, + { + "Context": "Einar", + "Error": null + }, + { + "Context": "Casandra", + "Error": null + } + ], + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "ValidationChecks": [ + { + "Context": "Emanuel", + "Error": null + }, + { + "Context": "Clarabelle", + "Error": null + }, + { + "Context": "Haven", + "Error": null + }, + { + "Context": "Coy", + "Error": null + }, + { + "Context": "Colten", + "Error": null + }, + { + "Context": "Ricardo", + "Error": null + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Kari", + "Error": null + } + ], + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "ValidationChecks": [ + { + "Context": "Meaghan", + "Error": null + }, + { + "Context": "Alexandra", + "Error": null + }, + { + "Context": "Janice", + "Error": null + } + ], + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..ce73082c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,92 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..10eeb2cf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,731 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..51716a2d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,170 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..3eba76e7 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,236 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..a60b3687 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,755 @@ +[ + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..efadd31a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,1394 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..aea70820 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,833 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..35147abb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,899 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..225ee0f3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,212 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..9c553903 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,851 @@ +[ + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..db52c148 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,290 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..92b173d6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,356 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..dce4f8e6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1,43 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..7baa0fc9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,3558 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Representative", + "PackageVersion": "8.4.2", + "PackageProjectUrl": "https://ansel.com", + "ValidationChecks": [ + { + "Context": "Mason", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + } + ], + "License": "You can\u0027t navigate the microchip without parsing the 1080p RAM microchip!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Creative Facilitator", + "PackageVersion": "1.8.7", + "PackageProjectUrl": "https://gerardo.biz", + "ValidationChecks": [ + { + "Context": "Brannon", + "Error": null + }, + { + "Context": "Barney", + "Error": null + }, + { + "Context": "Briana", + "Error": null + }, + { + "Context": "Jarod", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Geovany", + "Error": null + }, + { + "Context": "Cleve", + "Error": null + } + ], + "License": "programming the transmitter won\u0027t do anything, we need to compress the cross-platform XML transmitter!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Engineer", + "PackageVersion": "0.9.4", + "PackageProjectUrl": "https://jovani.com", + "ValidationChecks": [ + { + "Context": "Garry", + "Error": null + }, + { + "Context": "Einar", + "Error": null + }, + { + "Context": "Casandra", + "Error": null + } + ], + "License": "I\u0027ll hack the digital COM system, that should system the COM system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Interactions Analyst", + "PackageVersion": "8.7.7", + "PackageProjectUrl": "https://ernest.info", + "ValidationChecks": [ + { + "Context": "Collin", + "Error": null + }, + { + "Context": "Martine", + "Error": null + }, + { + "Context": "Jeramy", + "Error": null + }, + { + "Context": "Alfred", + "Error": null + }, + { + "Context": "Zora", + "Error": null + }, + { + "Context": "Kieran", + "Error": null + }, + { + "Context": "Caleigh", + "Error": null + }, + { + "Context": "Kiana", + "Error": null + }, + { + "Context": "Casper", + "Error": null + }, + { + "Context": "Allen", + "Error": null + } + ], + "License": "indexing the capacitor won\u0027t do anything, we need to copy the virtual USB capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Interactions Agent", + "PackageVersion": "7.5.2", + "PackageProjectUrl": "https://brendon.name", + "ValidationChecks": [ + { + "Context": "Margaret", + "Error": null + }, + { + "Context": "Mckenzie", + "Error": null + }, + { + "Context": "Iliana", + "Error": null + } + ], + "License": "If we transmit the application, we can get to the SMS application through the primary SMS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Interactions Architect", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://camilla.info", + "ValidationChecks": [ + { + "Context": "Carey", + "Error": null + }, + { + "Context": "Edna", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Oral", + "Error": null + }, + { + "Context": "Theron", + "Error": null + }, + { + "Context": "Jack", + "Error": null + } + ], + "License": "The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Accountability Representative", + "PackageVersion": "2.3.2", + "PackageProjectUrl": "http://breanne.name", + "ValidationChecks": [ + { + "Context": "Eli", + "Error": null + }, + { + "Context": "Richmond", + "Error": null + }, + { + "Context": "Ari", + "Error": null + }, + { + "Context": "Deja", + "Error": null + } + ], + "License": "We need to back up the mobile SAS driver!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Research Designer", + "PackageVersion": "1.6.4", + "PackageProjectUrl": "https://jillian.biz", + "ValidationChecks": [ + { + "Context": "Sharon", + "Error": null + }, + { + "Context": "Alison", + "Error": null + }, + { + "Context": "Mandy", + "Error": null + } + ], + "License": "The AI monitor is down, input the redundant monitor so we can input the AI monitor!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Accountability Agent", + "PackageVersion": "5.0.8", + "PackageProjectUrl": "https://colin.net", + "ValidationChecks": [ + { + "Context": "Meaghan", + "Error": null + }, + { + "Context": "Alexandra", + "Error": null + }, + { + "Context": "Janice", + "Error": null + } + ], + "License": "parsing the program won\u0027t do anything, we need to synthesize the haptic IB program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Communications Facilitator", + "PackageVersion": "0.1.1", + "PackageProjectUrl": "http://ardella.name", + "ValidationChecks": [ + { + "Context": "Emanuel", + "Error": null + }, + { + "Context": "Clarabelle", + "Error": null + }, + { + "Context": "Haven", + "Error": null + }, + { + "Context": "Coy", + "Error": null + }, + { + "Context": "Colten", + "Error": null + }, + { + "Context": "Ricardo", + "Error": null + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Kari", + "Error": null + } + ], + "License": "Try to quantify the EXE program, maybe it will quantify the auxiliary program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Direct Division Assistant", + "PackageVersion": "1.6.6", + "PackageProjectUrl": "https://guillermo.biz", + "ValidationChecks": [ + { + "Context": "Sammy", + "Error": null + }, + { + "Context": "Otto", + "Error": null + }, + { + "Context": "Joana", + "Error": null + }, + { + "Context": "Jack", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + } + ], + "License": "If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Directives Administrator", + "PackageVersion": "7.5.9", + "PackageProjectUrl": "https://mina.org", + "ValidationChecks": [ + { + "Context": "Camille", + "Error": null + }, + { + "Context": "Sylvan", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + }, + { + "Context": "Elijah", + "Error": null + }, + { + "Context": "Cheyanne", + "Error": null + }, + { + "Context": "Bradly", + "Error": null + }, + { + "Context": "Craig", + "Error": null + }, + { + "Context": "Jaiden", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the bluetooth TCP firewall, that should firewall the TCP firewall!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Creative Specialist", + "PackageVersion": "0.0.6", + "PackageProjectUrl": "https://eleonore.org", + "ValidationChecks": [ + { + "Context": "Viviane", + "Error": null + }, + { + "Context": "Bette", + "Error": null + }, + { + "Context": "Maida", + "Error": null + }, + { + "Context": "Dejon", + "Error": null + }, + { + "Context": "Noah", + "Error": null + }, + { + "Context": "Leonardo", + "Error": null + } + ], + "License": "backing up the card won\u0027t do anything, we need to generate the redundant HTTP card!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Accountability Administrator", + "PackageVersion": "4.5.9", + "PackageProjectUrl": "http://laurence.com", + "ValidationChecks": [ + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Genesis", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Delmer", + "Error": null + }, + { + "Context": "Nia", + "Error": null + }, + { + "Context": "George", + "Error": null + } + ], + "License": "Use the online SMTP program, then you can transmit the online program!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Paradigm Agent", + "PackageVersion": "9.7.2", + "PackageProjectUrl": "http://susanna.biz", + "ValidationChecks": [ + { + "Context": "Amos", + "Error": null + }, + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Jerald", + "Error": null + }, + { + "Context": "Yvonne", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Trinity", + "Error": null + }, + { + "Context": "Lonny", + "Error": null + } + ], + "License": "Use the virtual TCP bus, then you can override the virtual bus!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Accountability Orchestrator", + "PackageVersion": "1.8.1", + "PackageProjectUrl": "http://maxwell.org", + "ValidationChecks": [ + { + "Context": "Jaleel", + "Error": null + }, + { + "Context": "Keaton", + "Error": null + }, + { + "Context": "Barbara", + "Error": null + } + ], + "License": "You can\u0027t copy the system without indexing the virtual XSS system!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Program Officer", + "PackageVersion": "8.4.0", + "PackageProjectUrl": "https://corbin.biz", + "ValidationChecks": [ + { + "Context": "Lolita", + "Error": null + }, + { + "Context": "Katelynn", + "Error": null + }, + { + "Context": "Alice", + "Error": null + }, + { + "Context": "Frederik", + "Error": null + }, + { + "Context": "Meredith", + "Error": null + } + ], + "License": "If we input the application, we can get to the PCI application through the online PCI application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..7f964085 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,706 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Implementation Analyst", + "PackageVersion": "3.3.4", + "PackageProjectUrl": "https://philip.net", + "ValidationChecks": [ + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Ursula", + "Error": null + }, + { + "Context": "Veda", + "Error": null + } + ], + "License": "The XSS application is down, override the wireless application so we can override the XSS application!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..3fd6d302 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,163 @@ +[ + { + "PackageId": "Legacy Metrics Planner", + "PackageVersion": "9.5.0", + "PackageProjectUrl": "http://madisyn.name", + "ValidationChecks": [ + { + "Context": "Myriam", + "Error": null + }, + { + "Context": "Lue", + "Error": null + }, + { + "Context": "Emery", + "Error": null + }, + { + "Context": "Pearlie", + "Error": null + }, + { + "Context": "Joey", + "Error": null + }, + { + "Context": "Marielle", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Katelin", + "Error": null + } + ], + "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 1648f827..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,640 +0,0 @@ -[ - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 3bb1e1cd..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 35a7756f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,131 +0,0 @@ -[ - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 106d67db..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,586 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 34b53f78..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,1200 +0,0 @@ -[ - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 5aceb2e5..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,658 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 14eca220..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,691 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index cc3c2920..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,640 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 32e27d2f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index 125866b8..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,131 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 5191c9fc..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,145 +0,0 @@ -[ - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 2b62e863..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,759 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index dbbf9943..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,217 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index f9ba62b3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,250 +0,0 @@ -[ - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index c4ace8c8..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,54 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 62da7171..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,668 +0,0 @@ -[ - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 6e7679f2..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,126 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index bdfd43d3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,159 +0,0 @@ -[ - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index be7077c4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,562 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 26836974..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 3fb25932..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c08df7e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,449 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..59e85525 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..aa4b234a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..5857a3a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,601 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..4f97ef5b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,1016 @@ +[ + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..2846be15 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,662 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..e181261c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,702 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..99c73699 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,449 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..19027d54 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..b81e6577 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..a756fb0f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,160 @@ +[ + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..c91d0024 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,575 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..a4c2be93 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,221 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..24661969 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,261 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..9d5baffb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,62 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..e6ab77f6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,477 @@ +[ + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..4a59653d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,123 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..90909bc0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,163 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..69d98b1c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,569 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..a47a4d5e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,128 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..3cad144d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,30 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..bd6f903c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,653 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..1e17f788 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..9f817223 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..9fcd2ef2 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,3016 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..3b4d836a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,3618 @@ +[ + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..68692af0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,3094 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..61956c21 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,3160 @@ +[ + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..a596906e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,653 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..1a12318c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..049c21d0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..accf3417 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,693 @@ +[ + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..34ec718e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,1295 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..84dc026c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,771 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..3e606314 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,837 @@ +[ + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..208bfec8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,171 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..4b43af6d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,773 @@ +[ + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..fc410c43 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,249 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..5e397fcb --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,315 @@ +[ + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..8394f4ab --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,2967 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Operations Producer", + "PackageVersion": "7.3.6", + "PackageProjectUrl": "http://geovanny.info", + "ValidationChecks": [ + { + "Context": "Lowell", + "Error": null + }, + { + "Context": "Tiana", + "Error": null + }, + { + "Context": "Adam", + "Error": null + }, + { + "Context": "Jalyn", + "Error": null + }, + { + "Context": "Sydney", + "Error": null + }, + { + "Context": "Adell", + "Error": null + }, + { + "Context": "Raul", + "Error": null + }, + { + "Context": "Bertha", + "Error": null + } + ], + "License": "If we reboot the port, we can get to the FTP port through the primary FTP port!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Principal Accountability Facilitator", + "PackageVersion": "2.1.4", + "PackageProjectUrl": "https://dillan.net", + "ValidationChecks": [ + { + "Context": "Maxwell", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + }, + { + "Context": "Lauretta", + "Error": null + }, + { + "Context": "Forest", + "Error": null + }, + { + "Context": "Angeline", + "Error": null + }, + { + "Context": "Alexys", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + }, + { + "Context": "Ariane", + "Error": null + }, + { + "Context": "Kaleigh", + "Error": null + } + ], + "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Division Assistant", + "PackageVersion": "6.8.5", + "PackageProjectUrl": "https://lois.biz", + "ValidationChecks": [ + { + "Context": "Max", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Modesto", + "Error": null + }, + { + "Context": "Kolby", + "Error": null + }, + { + "Context": "Addison", + "Error": null + }, + { + "Context": "Santa", + "Error": null + }, + { + "Context": "Lottie", + "Error": null + }, + { + "Context": "Coralie", + "Error": null + }, + { + "Context": "Madyson", + "Error": null + } + ], + "License": "overriding the hard drive won\u0027t do anything, we need to input the primary ADP hard drive!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Operations Liaison", + "PackageVersion": "3.0.3", + "PackageProjectUrl": "https://prince.info", + "ValidationChecks": [ + { + "Context": "Alfonzo", + "Error": null + }, + { + "Context": "Scottie", + "Error": null + }, + { + "Context": "Linnie", + "Error": null + }, + { + "Context": "Jennie", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Garfield", + "Error": null + }, + { + "Context": "Pauline", + "Error": null + }, + { + "Context": "Webster", + "Error": null + }, + { + "Context": "Gonzalo", + "Error": null + }, + { + "Context": "Kaylie", + "Error": null + } + ], + "License": "I\u0027ll program the bluetooth TCP monitor, that should monitor the TCP monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Configuration Assistant", + "PackageVersion": "3.2.1", + "PackageProjectUrl": "http://francis.name", + "ValidationChecks": [ + { + "Context": "Esperanza", + "Error": null + }, + { + "Context": "Magnus", + "Error": null + }, + { + "Context": "Kiara", + "Error": null + }, + { + "Context": "Herminia", + "Error": null + }, + { + "Context": "Marcelino", + "Error": null + }, + { + "Context": "Yadira", + "Error": null + }, + { + "Context": "Raquel", + "Error": null + }, + { + "Context": "Damien", + "Error": null + }, + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Sandrine", + "Error": null + } + ], + "License": "connecting the application won\u0027t do anything, we need to bypass the mobile ADP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Legacy Solutions Manager", + "PackageVersion": "1.1.8", + "PackageProjectUrl": "https://ola.org", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Judy", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Sarina", + "Error": null + }, + { + "Context": "Delbert", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "I\u0027ll synthesize the primary TCP card, that should card the TCP card!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Division Officer", + "PackageVersion": "6.1.2", + "PackageProjectUrl": "https://sebastian.info", + "ValidationChecks": [ + { + "Context": "Lonnie", + "Error": null + }, + { + "Context": "Sylvia", + "Error": null + }, + { + "Context": "Kade", + "Error": null + } + ], + "License": "I\u0027ll hack the back-end USB alarm, that should alarm the USB alarm!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Functionality Producer", + "PackageVersion": "4.9.9", + "PackageProjectUrl": "https://talon.com", + "ValidationChecks": [ + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Isai", + "Error": null + }, + { + "Context": "Louie", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Evelyn", + "Error": null + }, + { + "Context": "Hector", + "Error": null + }, + { + "Context": "Vickie", + "Error": null + } + ], + "License": "I\u0027ll calculate the optical SQL pixel, that should pixel the SQL pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Human Factors Administrator", + "PackageVersion": "4.1.3", + "PackageProjectUrl": "http://easton.name", + "ValidationChecks": [ + { + "Context": "Allen", + "Error": null + }, + { + "Context": "Dulce", + "Error": null + }, + { + "Context": "Neoma", + "Error": null + }, + { + "Context": "Marcia", + "Error": null + }, + { + "Context": "Flavio", + "Error": null + }, + { + "Context": "Estrella", + "Error": null + }, + { + "Context": "Sean", + "Error": null + }, + { + "Context": "Harmon", + "Error": null + }, + { + "Context": "Karolann", + "Error": null + } + ], + "License": "The SAS system is down, program the primary system so we can program the SAS system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Metrics Liaison", + "PackageVersion": "5.3.5", + "PackageProjectUrl": "https://paul.name", + "ValidationChecks": [ + { + "Context": "Liza", + "Error": null + }, + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Keeley", + "Error": null + }, + { + "Context": "Otha", + "Error": null + } + ], + "License": "I\u0027ll calculate the digital EXE feed, that should feed the EXE feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Paradigm Executive", + "PackageVersion": "8.6.0", + "PackageProjectUrl": "https://effie.name", + "ValidationChecks": [ + { + "Context": "Garnet", + "Error": null + }, + { + "Context": "Ellis", + "Error": null + }, + { + "Context": "Cyrus", + "Error": null + } + ], + "License": "Use the primary EXE array, then you can navigate the primary array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Optimization Strategist", + "PackageVersion": "3.0.1", + "PackageProjectUrl": "http://emiliano.biz", + "ValidationChecks": [ + { + "Context": "Ervin", + "Error": null + }, + { + "Context": "Eileen", + "Error": null + }, + { + "Context": "Flo", + "Error": null + }, + { + "Context": "Jaeden", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Luna", + "Error": null + } + ], + "License": "connecting the array won\u0027t do anything, we need to reboot the open-source CSS array!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Optimization Facilitator", + "PackageVersion": "5.2.6", + "PackageProjectUrl": "http://fanny.org", + "ValidationChecks": [ + { + "Context": "Katlynn", + "Error": null + }, + { + "Context": "Mike", + "Error": null + }, + { + "Context": "Pamela", + "Error": null + }, + { + "Context": "Kristopher", + "Error": null + }, + { + "Context": "Lucile", + "Error": null + }, + { + "Context": "Elian", + "Error": null + }, + { + "Context": "Jude", + "Error": null + }, + { + "Context": "Eryn", + "Error": null + }, + { + "Context": "Shad", + "Error": null + } + ], + "License": "The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Configuration Manager", + "PackageVersion": "1.6.8", + "PackageProjectUrl": "https://isaac.org", + "ValidationChecks": [ + { + "Context": "Gus", + "Error": null + }, + { + "Context": "Juanita", + "Error": null + }, + { + "Context": "Gerald", + "Error": null + }, + { + "Context": "Aurelia", + "Error": null + }, + { + "Context": "Deon", + "Error": null + }, + { + "Context": "Kaleb", + "Error": null + }, + { + "Context": "Sanford", + "Error": null + }, + { + "Context": "Jessy", + "Error": null + }, + { + "Context": "Ena", + "Error": null + }, + { + "Context": "Andreane", + "Error": null + } + ], + "License": "The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Functionality Consultant", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "https://eldred.biz", + "ValidationChecks": [ + { + "Context": "Mack", + "Error": null + }, + { + "Context": "Mikayla", + "Error": null + }, + { + "Context": "Bobbie", + "Error": null + }, + { + "Context": "Eveline", + "Error": null + }, + { + "Context": "Jefferey", + "Error": null + }, + { + "Context": "Charlie", + "Error": null + }, + { + "Context": "Antoinette", + "Error": null + } + ], + "License": "Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Operations Director", + "PackageVersion": "0.6.3", + "PackageProjectUrl": "https://marcelle.biz", + "ValidationChecks": [ + { + "Context": "Rod", + "Error": null + }, + { + "Context": "Cortez", + "Error": null + }, + { + "Context": "Ramona", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Lonzo", + "Error": null + }, + { + "Context": "Chance", + "Error": null + }, + { + "Context": "Lynn", + "Error": null + } + ], + "License": "hacking the card won\u0027t do anything, we need to navigate the multi-byte PCI card!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Web Developer", + "PackageVersion": "6.1.9", + "PackageProjectUrl": "https://ebba.com", + "ValidationChecks": [ + { + "Context": "Abelardo", + "Error": null + }, + { + "Context": "Ava", + "Error": null + }, + { + "Context": "Zion", + "Error": null + }, + { + "Context": "Adolphus", + "Error": null + }, + { + "Context": "Vincenzo", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Chasity", + "Error": null + }, + { + "Context": "Emile", + "Error": null + }, + { + "Context": "Henriette", + "Error": null + } + ], + "License": "The RSS feed is down, calculate the online feed so we can calculate the RSS feed!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Optimization Engineer", + "PackageVersion": "3.9.7", + "PackageProjectUrl": "http://melisa.name", + "ValidationChecks": [ + { + "Context": "Jaren", + "Error": null + }, + { + "Context": "Saige", + "Error": null + }, + { + "Context": "Savanna", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Schuyler", + "Error": null + }, + { + "Context": "Chandler", + "Error": null + }, + { + "Context": "Demario", + "Error": null + } + ], + "License": "I\u0027ll reboot the solid state SMTP port, that should port the SMTP port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Configuration Architect", + "PackageVersion": "8.0.9", + "PackageProjectUrl": "http://fabian.biz", + "ValidationChecks": [ + { + "Context": "Christy", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Citlalli", + "Error": null + }, + { + "Context": "Chaz", + "Error": null + }, + { + "Context": "Chaim", + "Error": null + } + ], + "License": "You can\u0027t copy the driver without copying the wireless SMS driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Accountability Strategist", + "PackageVersion": "7.0.9", + "PackageProjectUrl": "http://velva.info", + "ValidationChecks": [ + { + "Context": "Keven", + "Error": null + }, + { + "Context": "Rubye", + "Error": null + }, + { + "Context": "Lois", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Bethel", + "Error": null + }, + { + "Context": "Margaretta", + "Error": null + }, + { + "Context": "Steve", + "Error": null + }, + { + "Context": "Rosalind", + "Error": null + }, + { + "Context": "Remington", + "Error": null + }, + { + "Context": "Andres", + "Error": null + } + ], + "License": "I\u0027ll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Research Designer", + "PackageVersion": "0.3.1", + "PackageProjectUrl": "https://xavier.net", + "ValidationChecks": [ + { + "Context": "Adaline", + "Error": null + }, + { + "Context": "Wilmer", + "Error": null + }, + { + "Context": "Alana", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Vivien", + "Error": null + }, + { + "Context": "Beatrice", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Rowena", + "Error": null + } + ], + "License": "I\u0027ll input the online GB interface, that should interface the GB interface!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Regional Configuration Associate", + "PackageVersion": "2.0.8", + "PackageProjectUrl": "http://tess.biz", + "ValidationChecks": [ + { + "Context": "Marion", + "Error": null + }, + { + "Context": "Norbert", + "Error": null + }, + { + "Context": "Birdie", + "Error": null + }, + { + "Context": "Nigel", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Salvatore", + "Error": null + }, + { + "Context": "Elvie", + "Error": null + } + ], + "License": "indexing the feed won\u0027t do anything, we need to transmit the neural SCSI feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Interactions Facilitator", + "PackageVersion": "8.2.1", + "PackageProjectUrl": "http://morris.name", + "ValidationChecks": [ + { + "Context": "Chelsea", + "Error": null + }, + { + "Context": "Blanca", + "Error": null + }, + { + "Context": "Tillman", + "Error": null + }, + { + "Context": "Triston", + "Error": null + } + ], + "License": "Use the optical USB firewall, then you can program the optical firewall!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Infrastructure Specialist", + "PackageVersion": "2.7.4", + "PackageProjectUrl": "http://allene.info", + "ValidationChecks": [ + { + "Context": "Milan", + "Error": null + }, + { + "Context": "Caleb", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Brendan", + "Error": null + }, + { + "Context": "Delores", + "Error": null + }, + { + "Context": "Tom", + "Error": null + } + ], + "License": "If we override the interface, we can get to the CSS interface through the mobile CSS interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Interactions Manager", + "PackageVersion": "0.8.4", + "PackageProjectUrl": "https://kirsten.com", + "ValidationChecks": [ + { + "Context": "Larissa", + "Error": null + }, + { + "Context": "Marty", + "Error": null + }, + { + "Context": "Caterina", + "Error": null + }, + { + "Context": "Helen", + "Error": null + }, + { + "Context": "Kiley", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + }, + { + "Context": "Carissa", + "Error": null + }, + { + "Context": "Bennie", + "Error": null + } + ], + "License": "I\u0027ll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Functionality Consultant", + "PackageVersion": "4.9.1", + "PackageProjectUrl": "https://patience.name", + "ValidationChecks": [ + { + "Context": "Armando", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Gina", + "Error": null + }, + { + "Context": "Lilian", + "Error": null + }, + { + "Context": "Rocio", + "Error": null + }, + { + "Context": "Itzel", + "Error": null + }, + { + "Context": "Shawna", + "Error": null + } + ], + "License": "Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Division Manager", + "PackageVersion": "4.0.5", + "PackageProjectUrl": "http://albert.com", + "ValidationChecks": [ + { + "Context": "Xander", + "Error": null + }, + { + "Context": "Maye", + "Error": null + }, + { + "Context": "Cydney", + "Error": null + }, + { + "Context": "Danial", + "Error": null + }, + { + "Context": "Tony", + "Error": null + }, + { + "Context": "Dwight", + "Error": null + }, + { + "Context": "Ahmad", + "Error": null + } + ], + "License": "I\u0027ll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Branding Agent", + "PackageVersion": "4.8.7", + "PackageProjectUrl": "http://ricardo.net", + "ValidationChecks": [ + { + "Context": "Elouise", + "Error": null + }, + { + "Context": "Jay", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Gladyce", + "Error": null + }, + { + "Context": "Ernie", + "Error": null + }, + { + "Context": "Felipa", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Cordia", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + } + ], + "License": "I\u0027ll synthesize the haptic CSS array, that should array the CSS array!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Research Manager", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://elsie.info", + "ValidationChecks": [ + { + "Context": "Tabitha", + "Error": null + }, + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Veronica", + "Error": null + }, + { + "Context": "Clement", + "Error": null + }, + { + "Context": "Duncan", + "Error": null + } + ], + "License": "Use the digital SCSI system, then you can navigate the digital system!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Customer Integration Agent", + "PackageVersion": "4.7.6", + "PackageProjectUrl": "https://emory.name", + "ValidationChecks": [ + { + "Context": "Finn", + "Error": null + }, + { + "Context": "Magnolia", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Elinore", + "Error": null + }, + { + "Context": "Jorge", + "Error": null + }, + { + "Context": "Bo", + "Error": null + }, + { + "Context": "Brennan", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + }, + { + "Context": "Antonette", + "Error": null + }, + { + "Context": "Aliyah", + "Error": null + } + ], + "License": "Use the solid state THX feed, then you can quantify the solid state feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Security Analyst", + "PackageVersion": "3.2.6", + "PackageProjectUrl": "http://kaycee.com", + "ValidationChecks": [ + { + "Context": "Kailey", + "Error": null + }, + { + "Context": "Federico", + "Error": null + }, + { + "Context": "Kirk", + "Error": null + }, + { + "Context": "Madonna", + "Error": null + }, + { + "Context": "Rose", + "Error": null + } + ], + "License": "The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Solutions Engineer", + "PackageVersion": "2.1.9", + "PackageProjectUrl": "http://bennie.net", + "ValidationChecks": [ + { + "Context": "Eliseo", + "Error": null + }, + { + "Context": "Jett", + "Error": null + }, + { + "Context": "Brown", + "Error": null + }, + { + "Context": "Kenya", + "Error": null + }, + { + "Context": "Jazmin", + "Error": null + }, + { + "Context": "Adriana", + "Error": null + } + ], + "License": "Try to back up the SMS program, maybe it will back up the multi-byte program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Brand Designer", + "PackageVersion": "2.4.7", + "PackageProjectUrl": "https://rosa.info", + "ValidationChecks": [ + { + "Context": "Jennifer", + "Error": null + }, + { + "Context": "Stefan", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Maritza", + "Error": null + } + ], + "License": "You can\u0027t parse the bandwidth without indexing the auxiliary HTTP bandwidth!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Chief Communications Assistant", + "PackageVersion": "5.7.1", + "PackageProjectUrl": "http://presley.net", + "ValidationChecks": [ + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Lenora", + "Error": null + }, + { + "Context": "Abbigail", + "Error": null + }, + { + "Context": "Carlo", + "Error": null + }, + { + "Context": "Lyric", + "Error": null + }, + { + "Context": "Hadley", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + } + ], + "License": "The COM program is down, parse the auxiliary program so we can parse the COM program!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Mobility Orchestrator", + "PackageVersion": "7.3.0", + "PackageProjectUrl": "https://ashlynn.biz", + "ValidationChecks": [ + { + "Context": "Domenica", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Marie", + "Error": null + }, + { + "Context": "Norberto", + "Error": null + }, + { + "Context": "Liana", + "Error": null + }, + { + "Context": "Nash", + "Error": null + }, + { + "Context": "Kasandra", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Abbey", + "Error": null + } + ], + "License": "The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Applications Facilitator", + "PackageVersion": "8.5.2", + "PackageProjectUrl": "http://jo.org", + "ValidationChecks": [ + { + "Context": "Zachery", + "Error": null + }, + { + "Context": "Ford", + "Error": null + }, + { + "Context": "Horace", + "Error": null + }, + { + "Context": "Amir", + "Error": null + }, + { + "Context": "Julius", + "Error": null + }, + { + "Context": "Deron", + "Error": null + }, + { + "Context": "Graciela", + "Error": null + }, + { + "Context": "Claire", + "Error": null + }, + { + "Context": "Shyanne", + "Error": null + } + ], + "License": "If we back up the monitor, we can get to the COM monitor through the wireless COM monitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Assurance Planner", + "PackageVersion": "0.9.0", + "PackageProjectUrl": "http://estevan.org", + "ValidationChecks": [ + { + "Context": "Nakia", + "Error": null + }, + { + "Context": "Luciano", + "Error": null + }, + { + "Context": "Brice", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "We need to copy the online SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "District Branding Specialist", + "PackageVersion": "8.7.1", + "PackageProjectUrl": "http://unique.name", + "ValidationChecks": [ + { + "Context": "Alena", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Felton", + "Error": null + }, + { + "Context": "Brenda", + "Error": null + }, + { + "Context": "Santos", + "Error": null + }, + { + "Context": "Reagan", + "Error": null + }, + { + "Context": "Damion", + "Error": null + }, + { + "Context": "Efrain", + "Error": null + }, + { + "Context": "Rose", + "Error": null + }, + { + "Context": "Myriam", + "Error": null + } + ], + "License": "We need to connect the bluetooth RSS application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Direct Mobility Coordinator", + "PackageVersion": "5.7.0", + "PackageProjectUrl": "http://athena.com", + "ValidationChecks": [ + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Rosario", + "Error": null + }, + { + "Context": "Jamey", + "Error": null + }, + { + "Context": "Ruth", + "Error": null + }, + { + "Context": "Rosalia", + "Error": null + }, + { + "Context": "Gayle", + "Error": null + }, + { + "Context": "Destiney", + "Error": null + }, + { + "Context": "Mertie", + "Error": null + }, + { + "Context": "Buford", + "Error": null + }, + { + "Context": "Otis", + "Error": null + } + ], + "License": "Try to navigate the CSS port, maybe it will navigate the open-source port!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Operations Facilitator", + "PackageVersion": "0.5.9", + "PackageProjectUrl": "http://terrell.biz", + "ValidationChecks": [ + { + "Context": "Michale", + "Error": null + }, + { + "Context": "Oscar", + "Error": null + }, + { + "Context": "Lenna", + "Error": null + }, + { + "Context": "Angie", + "Error": null + }, + { + "Context": "Natasha", + "Error": null + }, + { + "Context": "Luella", + "Error": null + }, + { + "Context": "Rubie", + "Error": null + }, + { + "Context": "Holden", + "Error": null + } + ], + "License": "Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Markets Agent", + "PackageVersion": "2.3.1", + "PackageProjectUrl": "https://leslie.biz", + "ValidationChecks": [ + { + "Context": "Christa", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Demetrius", + "Error": null + }, + { + "Context": "Aylin", + "Error": null + }, + { + "Context": "Dovie", + "Error": null + } + ], + "License": "You can\u0027t navigate the pixel without overriding the digital EXE pixel!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Directives Developer", + "PackageVersion": "5.6.6", + "PackageProjectUrl": "http://catherine.name", + "ValidationChecks": [ + { + "Context": "Madelynn", + "Error": null + }, + { + "Context": "Coleman", + "Error": null + }, + { + "Context": "Kay", + "Error": null + }, + { + "Context": "Jayne", + "Error": null + }, + { + "Context": "Regan", + "Error": null + }, + { + "Context": "Sarah", + "Error": null + } + ], + "License": "The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Tactics Assistant", + "PackageVersion": "3.0.9", + "PackageProjectUrl": "https://anastacio.biz", + "ValidationChecks": [ + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Verner", + "Error": null + }, + { + "Context": "Adrianna", + "Error": null + }, + { + "Context": "Sarai", + "Error": null + }, + { + "Context": "Pinkie", + "Error": null + }, + { + "Context": "Clark", + "Error": null + } + ], + "License": "Try to navigate the ADP driver, maybe it will navigate the online driver!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Program Supervisor", + "PackageVersion": "7.6.4", + "PackageProjectUrl": "http://syble.name", + "ValidationChecks": [ + { + "Context": "Rebeka", + "Error": null + }, + { + "Context": "Lucinda", + "Error": null + }, + { + "Context": "Lizzie", + "Error": null + }, + { + "Context": "Gerson", + "Error": null + } + ], + "License": "Use the mobile SQL circuit, then you can compress the mobile circuit!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Corporate Identity Developer", + "PackageVersion": "5.1.4", + "PackageProjectUrl": "https://declan.name", + "ValidationChecks": [ + { + "Context": "Zane", + "Error": null + }, + { + "Context": "Lacey", + "Error": null + }, + { + "Context": "Conor", + "Error": null + }, + { + "Context": "Fermin", + "Error": null + } + ], + "License": "hacking the program won\u0027t do anything, we need to copy the solid state JBOD program!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Forward Accountability Associate", + "PackageVersion": "0.1.3", + "PackageProjectUrl": "http://zita.net", + "ValidationChecks": [ + { + "Context": "Kirsten", + "Error": null + }, + { + "Context": "Alberto", + "Error": null + }, + { + "Context": "Cornell", + "Error": null + }, + { + "Context": "Malika", + "Error": null + } + ], + "License": "We need to calculate the digital SSL system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Legacy Accounts Director", + "PackageVersion": "7.6.7", + "PackageProjectUrl": "https://hayley.name", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": null + }, + { + "Context": "May", + "Error": null + }, + { + "Context": "Quinn", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Charity", + "Error": null + }, + { + "Context": "Neha", + "Error": null + }, + { + "Context": "Ola", + "Error": null + }, + { + "Context": "Beverly", + "Error": null + } + ], + "License": "I\u0027ll back up the wireless SMTP application, that should application the SMTP application!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Corporate Branding Consultant", + "PackageVersion": "6.9.5", + "PackageProjectUrl": "http://eugene.biz", + "ValidationChecks": [ + { + "Context": "Jenifer", + "Error": null + }, + { + "Context": "Hilda", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": null + }, + { + "Context": "Lelia", + "Error": null + }, + { + "Context": "Hubert", + "Error": null + }, + { + "Context": "Ruthie", + "Error": null + } + ], + "License": "Use the wireless SQL card, then you can quantify the wireless card!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Internal Accountability Liaison", + "PackageVersion": "8.9.6", + "PackageProjectUrl": "http://herman.name", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Torey", + "Error": null + }, + { + "Context": "Domenick", + "Error": null + }, + { + "Context": "Braulio", + "Error": null + }, + { + "Context": "Chyna", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + } + ], + "License": "The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Global Mobility Planner", + "PackageVersion": "8.9.0", + "PackageProjectUrl": "http://kiel.name", + "ValidationChecks": [ + { + "Context": "Maryjane", + "Error": null + }, + { + "Context": "Carley", + "Error": null + }, + { + "Context": "Carrie", + "Error": null + }, + { + "Context": "Norma", + "Error": null + }, + { + "Context": "Della", + "Error": null + }, + { + "Context": "Savion", + "Error": null + }, + { + "Context": "Arely", + "Error": null + }, + { + "Context": "Chelsie", + "Error": null + }, + { + "Context": "Gail", + "Error": null + }, + { + "Context": "Godfrey", + "Error": null + } + ], + "License": "The XML system is down, hack the bluetooth system so we can hack the XML system!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Interactions Specialist", + "PackageVersion": "4.2.6", + "PackageProjectUrl": "http://lawson.com", + "ValidationChecks": [ + { + "Context": "Darron", + "Error": null + }, + { + "Context": "Ryder", + "Error": null + }, + { + "Context": "Jason", + "Error": null + }, + { + "Context": "Jabari", + "Error": null + }, + { + "Context": "Donald", + "Error": null + }, + { + "Context": "Mathias", + "Error": null + }, + { + "Context": "Alberta", + "Error": null + }, + { + "Context": "Koby", + "Error": null + } + ], + "License": "Try to hack the IB port, maybe it will hack the cross-platform port!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Principal Solutions Associate", + "PackageVersion": "2.8.5", + "PackageProjectUrl": "https://leone.net", + "ValidationChecks": [ + { + "Context": "Aditya", + "Error": null + }, + { + "Context": "Summer", + "Error": null + }, + { + "Context": "Andres", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Serenity", + "Error": null + }, + { + "Context": "Leta", + "Error": null + }, + { + "Context": "Amelia", + "Error": null + }, + { + "Context": "Clemens", + "Error": null + } + ], + "License": "We need to parse the virtual SMTP program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Future Data Strategist", + "PackageVersion": "2.1.1", + "PackageProjectUrl": "http://dana.net", + "ValidationChecks": [ + { + "Context": "Viola", + "Error": null + }, + { + "Context": "Gaetano", + "Error": null + }, + { + "Context": "Kaitlyn", + "Error": null + }, + { + "Context": "Jerrod", + "Error": null + }, + { + "Context": "Orin", + "Error": null + } + ], + "License": "The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Directives Facilitator", + "PackageVersion": "0.9.5", + "PackageProjectUrl": "http://stella.biz", + "ValidationChecks": [ + { + "Context": "Alejandrin", + "Error": null + }, + { + "Context": "Enrico", + "Error": null + }, + { + "Context": "Elisha", + "Error": null + }, + { + "Context": "Ardella", + "Error": null + }, + { + "Context": "Waylon", + "Error": null + }, + { + "Context": "Rhiannon", + "Error": null + }, + { + "Context": "Sigmund", + "Error": null + } + ], + "License": "If we input the sensor, we can get to the XML sensor through the redundant XML sensor!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Legacy Group Supervisor", + "PackageVersion": "0.6.5", + "PackageProjectUrl": "https://sylvia.org", + "ValidationChecks": [ + { + "Context": "Della", + "Error": null + }, + { + "Context": "Jena", + "Error": null + }, + { + "Context": "Rene", + "Error": null + }, + { + "Context": "Trever", + "Error": null + } + ], + "License": "You can\u0027t override the pixel without backing up the optical SSL pixel!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Directives Strategist", + "PackageVersion": "6.2.0", + "PackageProjectUrl": "http://brock.biz", + "ValidationChecks": [ + { + "Context": "Dane", + "Error": null + }, + { + "Context": "Leonor", + "Error": null + }, + { + "Context": "Charles", + "Error": null + }, + { + "Context": "Laury", + "Error": null + }, + { + "Context": "Henry", + "Error": null + }, + { + "Context": "Myrtie", + "Error": null + }, + { + "Context": "Dillon", + "Error": null + }, + { + "Context": "Ronny", + "Error": null + }, + { + "Context": "Audrey", + "Error": null + }, + { + "Context": "Wiley", + "Error": null + } + ], + "License": "If we connect the port, we can get to the HDD port through the cross-platform HDD port!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Legacy Directives Supervisor", + "PackageVersion": "8.6.3", + "PackageProjectUrl": "http://howell.net", + "ValidationChecks": [ + { + "Context": "Estevan", + "Error": null + }, + { + "Context": "Agnes", + "Error": null + }, + { + "Context": "Alta", + "Error": null + } + ], + "License": "compressing the bandwidth won\u0027t do anything, we need to bypass the primary RAM bandwidth!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Division Planner", + "PackageVersion": "7.0.4", + "PackageProjectUrl": "https://maymie.info", + "ValidationChecks": [ + { + "Context": "Lela", + "Error": null + }, + { + "Context": "Flossie", + "Error": null + }, + { + "Context": "Leone", + "Error": null + }, + { + "Context": "Ariel", + "Error": null + }, + { + "Context": "Reece", + "Error": null + }, + { + "Context": "Ethan", + "Error": null + }, + { + "Context": "Joshuah", + "Error": null + }, + { + "Context": "Elva", + "Error": null + }, + { + "Context": "Gunnar", + "Error": null + } + ], + "License": "The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Quality Orchestrator", + "PackageVersion": "1.5.2", + "PackageProjectUrl": "http://enos.info", + "ValidationChecks": [ + { + "Context": "Arturo", + "Error": null + }, + { + "Context": "Katlyn", + "Error": null + }, + { + "Context": "Arnaldo", + "Error": null + } + ], + "License": "Try to generate the HDD program, maybe it will generate the open-source program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Directives Assistant", + "PackageVersion": "1.3.4", + "PackageProjectUrl": "https://gust.org", + "ValidationChecks": [ + { + "Context": "Claudia", + "Error": null + }, + { + "Context": "Berenice", + "Error": null + }, + { + "Context": "Arielle", + "Error": null + } + ], + "License": "You can\u0027t reboot the feed without indexing the primary RAM feed!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Orchestrator", + "PackageVersion": "9.3.5", + "PackageProjectUrl": "https://bradley.com", + "ValidationChecks": [ + { + "Context": "Jovan", + "Error": null + }, + { + "Context": "Ottilie", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Dawn", + "Error": null + }, + { + "Context": "Letitia", + "Error": null + }, + { + "Context": "Florine", + "Error": null + }, + { + "Context": "Allan", + "Error": null + }, + { + "Context": "Claudie", + "Error": null + }, + { + "Context": "Joyce", + "Error": null + }, + { + "Context": "Oren", + "Error": null + } + ], + "License": "The USB program is down, reboot the open-source program so we can reboot the USB program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Paradigm Coordinator", + "PackageVersion": "3.8.9", + "PackageProjectUrl": "http://amanda.biz", + "ValidationChecks": [ + { + "Context": "Margot", + "Error": null + }, + { + "Context": "Sandra", + "Error": null + }, + { + "Context": "Baylee", + "Error": null + }, + { + "Context": "Davon", + "Error": null + }, + { + "Context": "Ova", + "Error": null + } + ], + "License": "Use the wireless IB feed, then you can program the wireless feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Customer Functionality Designer", + "PackageVersion": "4.0.8", + "PackageProjectUrl": "http://toby.name", + "ValidationChecks": [ + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Jerod", + "Error": null + }, + { + "Context": "Chesley", + "Error": null + }, + { + "Context": "Maximillian", + "Error": null + }, + { + "Context": "Rae", + "Error": null + }, + { + "Context": "Amanda", + "Error": null + }, + { + "Context": "Price", + "Error": null + }, + { + "Context": "Vaughn", + "Error": null + }, + { + "Context": "Filiberto", + "Error": null + } + ], + "License": "calculating the transmitter won\u0027t do anything, we need to synthesize the neural SCSI transmitter!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..90e174e3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,644 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Quality Associate", + "PackageVersion": "7.1.0", + "PackageProjectUrl": "https://zena.name", + "ValidationChecks": [ + { + "Context": "Mae", + "Error": null + }, + { + "Context": "Leanne", + "Error": null + }, + { + "Context": "Santos", + "Error": null + } + ], + "License": "The THX program is down, transmit the redundant program so we can transmit the THX program!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Regional Markets Coordinator", + "PackageVersion": "4.4.2", + "PackageProjectUrl": "http://andreanne.info", + "ValidationChecks": [ + { + "Context": "Laurie", + "Error": null + }, + { + "Context": "Concepcion", + "Error": null + }, + { + "Context": "Anderson", + "Error": null + }, + { + "Context": "Minerva", + "Error": null + }, + { + "Context": "Quinten", + "Error": null + }, + { + "Context": "Felicita", + "Error": null + }, + { + "Context": "Leilani", + "Error": null + }, + { + "Context": "Shaina", + "Error": null + }, + { + "Context": "Freddie", + "Error": null + }, + { + "Context": "Christina", + "Error": null + } + ], + "License": "If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Markets Agent", + "PackageVersion": "8.6.9", + "PackageProjectUrl": "https://randal.org", + "ValidationChecks": [ + { + "Context": "Candace", + "Error": null + }, + { + "Context": "Annabelle", + "Error": null + }, + { + "Context": "Rickey", + "Error": null + }, + { + "Context": "Alessandro", + "Error": null + }, + { + "Context": "Katelyn", + "Error": null + }, + { + "Context": "Otho", + "Error": null + }, + { + "Context": "Destin", + "Error": null + } + ], + "License": "Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Global Division Designer", + "PackageVersion": "1.5.0", + "PackageProjectUrl": "https://kayden.com", + "ValidationChecks": [ + { + "Context": "Raphaelle", + "Error": null + }, + { + "Context": "Paula", + "Error": null + }, + { + "Context": "Myrl", + "Error": null + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Everette", + "Error": null + }, + { + "Context": "Elwyn", + "Error": null + }, + { + "Context": "Jarret", + "Error": null + }, + { + "Context": "Raven", + "Error": null + }, + { + "Context": "Darrel", + "Error": null + }, + { + "Context": "Providenci", + "Error": null + } + ], + "License": "If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "District Creative Designer", + "PackageVersion": "1.4.6", + "PackageProjectUrl": "https://everardo.com", + "ValidationChecks": [ + { + "Context": "Brenna", + "Error": null + }, + { + "Context": "Demarco", + "Error": null + }, + { + "Context": "Angel", + "Error": null + }, + { + "Context": "Felicity", + "Error": null + }, + { + "Context": "Cayla", + "Error": null + }, + { + "Context": "Jeff", + "Error": null + }, + { + "Context": "Sophie", + "Error": null + }, + { + "Context": "Cruz", + "Error": null + }, + { + "Context": "Nikko", + "Error": null + } + ], + "License": "You can\u0027t bypass the firewall without transmitting the open-source XML firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Factors Officer", + "PackageVersion": "1.0.3", + "PackageProjectUrl": "http://dejon.biz", + "ValidationChecks": [ + { + "Context": "Burnice", + "Error": null + }, + { + "Context": "Heather", + "Error": null + }, + { + "Context": "Kristy", + "Error": null + }, + { + "Context": "Vicky", + "Error": null + }, + { + "Context": "Dahlia", + "Error": null + }, + { + "Context": "Darwin", + "Error": null + }, + { + "Context": "Cristal", + "Error": null + }, + { + "Context": "Janice", + "Error": null + }, + { + "Context": "Everett", + "Error": null + } + ], + "License": "The HDD driver is down, program the solid state driver so we can program the HDD driver!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Customer Directives Architect", + "PackageVersion": "2.3.6", + "PackageProjectUrl": "https://mossie.name", + "ValidationChecks": [ + { + "Context": "Ewald", + "Error": null + }, + { + "Context": "Kari", + "Error": null + }, + { + "Context": "Uriel", + "Error": null + }, + { + "Context": "Celine", + "Error": null + } + ], + "License": "The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Division Liaison", + "PackageVersion": "6.8.7", + "PackageProjectUrl": "http://maybelle.info", + "ValidationChecks": [ + { + "Context": "Una", + "Error": null + }, + { + "Context": "Willard", + "Error": null + }, + { + "Context": "Carole", + "Error": null + }, + { + "Context": "Eloy", + "Error": null + }, + { + "Context": "Tre", + "Error": null + }, + { + "Context": "Nelson", + "Error": null + }, + { + "Context": "Alaina", + "Error": null + }, + { + "Context": "Dante", + "Error": null + }, + { + "Context": "Ethel", + "Error": null + }, + { + "Context": "Loyce", + "Error": null + } + ], + "License": "If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "District Assurance Consultant", + "PackageVersion": "1.9.5", + "PackageProjectUrl": "https://tyrese.net", + "ValidationChecks": [ + { + "Context": "Raegan", + "Error": null + }, + { + "Context": "Dusty", + "Error": null + }, + { + "Context": "Camila", + "Error": null + }, + { + "Context": "Kayla", + "Error": null + }, + { + "Context": "Heath", + "Error": null + }, + { + "Context": "Consuelo", + "Error": null + }, + { + "Context": "Rogelio", + "Error": null + }, + { + "Context": "Aurelie", + "Error": null + }, + { + "Context": "Hyman", + "Error": null + } + ], + "License": "If we reboot the program, we can get to the SAS program through the haptic SAS program!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Forward Web Specialist", + "PackageVersion": "7.1.4", + "PackageProjectUrl": "http://bryana.net", + "ValidationChecks": [ + { + "Context": "Stuart", + "Error": null + }, + { + "Context": "Brenden", + "Error": null + }, + { + "Context": "Hunter", + "Error": null + }, + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Thea", + "Error": null + }, + { + "Context": "Gene", + "Error": null + }, + { + "Context": "Jonathan", + "Error": null + } + ], + "License": "I\u0027ll generate the optical COM protocol, that should protocol the COM protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Implementation Representative", + "PackageVersion": "1.0.9", + "PackageProjectUrl": "http://vella.com", + "ValidationChecks": [ + { + "Context": "Heaven", + "Error": null + }, + { + "Context": "Harold", + "Error": null + }, + { + "Context": "Toy", + "Error": null + } + ], + "License": "You can\u0027t parse the protocol without quantifying the cross-platform SAS protocol!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Internal Factors Facilitator", + "PackageVersion": "2.6.3", + "PackageProjectUrl": "https://eliza.net", + "ValidationChecks": [ + { + "Context": "Ellie", + "Error": null + }, + { + "Context": "Anastasia", + "Error": null + }, + { + "Context": "Rico", + "Error": null + }, + { + "Context": "Jerrell", + "Error": null + }, + { + "Context": "Logan", + "Error": null + }, + { + "Context": "Rashawn", + "Error": null + } + ], + "License": "The TCP application is down, input the optical application so we can input the TCP application!", + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Central Response Officer", + "PackageVersion": "5.5.9", + "PackageProjectUrl": "https://hayley.org", + "ValidationChecks": [ + { + "Context": "Cassie", + "Error": null + }, + { + "Context": "Clinton", + "Error": null + }, + { + "Context": "Delaney", + "Error": null + }, + { + "Context": "Gretchen", + "Error": null + }, + { + "Context": "Janae", + "Error": null + }, + { + "Context": "Trent", + "Error": null + }, + { + "Context": "Arvid", + "Error": null + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Einar", + "Error": null + } + ], + "License": "Use the wireless ADP array, then you can input the wireless array!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Accountability Developer", + "PackageVersion": "3.5.4", + "PackageProjectUrl": "http://bessie.info", + "ValidationChecks": [ + { + "Context": "Forrest", + "Error": null + }, + { + "Context": "Reginald", + "Error": null + }, + { + "Context": "Beaulah", + "Error": null + } + ], + "License": "I\u0027ll parse the 1080p RSS array, that should array the RSS array!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..b9ab7cc5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,122 @@ +[ + { + "PackageId": "Human Branding Officer", + "PackageVersion": "6.3.1", + "PackageProjectUrl": "http://vilma.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": null + }, + { + "Context": "Una", + "Error": null + }, + { + "Context": "Tito", + "Error": null + }, + { + "Context": "Floyd", + "Error": null + }, + { + "Context": "Kara", + "Error": null + } + ], + "License": "If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Functionality Director", + "PackageVersion": "3.4.7", + "PackageProjectUrl": "http://gladyce.biz", + "ValidationChecks": [ + { + "Context": "Rebecca", + "Error": null + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Keagan", + "Error": null + }, + { + "Context": "Laury", + "Error": null + } + ], + "License": "Try to back up the SDD interface, maybe it will back up the cross-platform interface!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Customer Accounts Planner", + "PackageVersion": "4.1.5", + "PackageProjectUrl": "http://hyman.org", + "ValidationChecks": [ + { + "Context": "Neal", + "Error": null + }, + { + "Context": "Dustin", + "Error": null + }, + { + "Context": "Kelley", + "Error": null + } + ], + "License": "The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Configuration Liaison", + "PackageVersion": "1.8.9", + "PackageProjectUrl": "https://alize.info", + "ValidationChecks": [ + { + "Context": "Rodrigo", + "Error": null + }, + { + "Context": "Destany", + "Error": null + }, + { + "Context": "Dakota", + "Error": null + }, + { + "Context": "Bridie", + "Error": null + }, + { + "Context": "Velva", + "Error": null + }, + { + "Context": "Dewitt", + "Error": null + }, + { + "Context": "Kory", + "Error": null + }, + { + "Context": "Kade", + "Error": null + }, + { + "Context": "Clotilde", + "Error": null + } + ], + "License": "Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor!", + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 280184a5..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 3bb1e1cd..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 87e221f4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index b3318e4e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 831ff02d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 863e5234..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index e116c5b3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 32e27d2f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index d6239a0f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index ea135aa8..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 32e27d2f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index e94c0adf..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index a6d751d3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 831ff02d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 35f872d4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt deleted file mode 100644 index 2a2d4265..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt +++ /dev/null @@ -1,9 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 1238428a..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,702 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Factors Assistant", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://ernestine.net", - "License": "Try to compress the SMS bus, maybe it will compress the bluetooth bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Interactions Analyst", - "PackageVersion": "3.0.8", - "PackageProjectUrl": "http://logan.net", - "License": "You can\u0027t parse the hard drive without generating the digital AGP hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Data Administrator", - "PackageVersion": "9.0.6", - "PackageProjectUrl": "https://michelle.org", - "License": "Try to connect the XSS alarm, maybe it will connect the auxiliary alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Integration Officer", - "PackageVersion": "3.3.6", - "PackageProjectUrl": "https://howard.org", - "License": "Use the primary PNG matrix, then you can copy the primary matrix!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Functionality Associate", - "PackageVersion": "9.4.1", - "PackageProjectUrl": "https://bonita.biz", - "License": "I\u0027ll hack the redundant SCSI monitor, that should monitor the SCSI monitor!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Program Facilitator", - "PackageVersion": "2.7.4", - "PackageProjectUrl": "https://vida.net", - "License": "I\u0027ll navigate the mobile TCP bus, that should bus the TCP bus!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Legacy Branding Orchestrator", - "PackageVersion": "0.2.6", - "PackageProjectUrl": "https://keeley.net", - "License": "We need to bypass the back-end FTP alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Forward Infrastructure Specialist", - "PackageVersion": "6.1.6", - "PackageProjectUrl": "http://melisa.com", - "License": "quantifying the driver won\u0027t do anything, we need to synthesize the neural PNG driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Configuration Planner", - "PackageVersion": "2.6.3", - "PackageProjectUrl": "http://willis.name", - "License": "connecting the circuit won\u0027t do anything, we need to copy the online EXE circuit!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Principal Solutions Supervisor", - "PackageVersion": "6.1.2", - "PackageProjectUrl": "https://ari.biz", - "License": "programming the driver won\u0027t do anything, we need to parse the 1080p AGP driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Product Interactions Executive", - "PackageVersion": "5.4.8", - "PackageProjectUrl": "https://maye.org", - "License": "We need to override the auxiliary AGP firewall!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Markets Agent", - "PackageVersion": "8.8.4", - "PackageProjectUrl": "http://dayana.name", - "License": "I\u0027ll hack the optical COM alarm, that should alarm the COM alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Implementation Associate", - "PackageVersion": "8.2.9", - "PackageProjectUrl": "http://roderick.org", - "License": "synthesizing the bandwidth won\u0027t do anything, we need to generate the wireless ADP bandwidth!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Accountability Agent", - "PackageVersion": "5.8.2", - "PackageProjectUrl": "http://chelsea.com", - "License": "I\u0027ll compress the auxiliary XSS port, that should port the XSS port!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Data Consultant", - "PackageVersion": "6.3.3", - "PackageProjectUrl": "https://heath.name", - "License": "Use the haptic XML driver, then you can index the haptic driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Tactics Administrator", - "PackageVersion": "9.2.8", - "PackageProjectUrl": "https://brett.biz", - "License": "The FTP card is down, index the digital card so we can index the FTP card!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Data Consultant", - "PackageVersion": "6.5.0", - "PackageProjectUrl": "https://delilah.org", - "License": "generating the driver won\u0027t do anything, we need to hack the auxiliary HDD driver!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 9114f0b7..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,142 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Infrastructure Liaison", - "PackageVersion": "0.8.0", - "PackageProjectUrl": "https://otho.biz", - "License": "Use the haptic RSS hard drive, then you can back up the haptic hard drive!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "District Intranet Strategist", - "PackageVersion": "2.2.2", - "PackageProjectUrl": "http://everett.name", - "License": "We need to reboot the virtual RSS alarm!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index f85c9504..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "PackageId": "Legacy Metrics Planner", - "PackageVersion": "9.5.0", - "PackageProjectUrl": "http://madisyn.name", - "License": "I\u0027ll override the haptic AGP feed, that should feed the AGP feed!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e5fc4225 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..59e85525 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..aa4b234a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..3a3e1fb8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..df6f29d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..44d666a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..7d8168e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..19027d54 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..b81e6577 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..b4761a76 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..19027d54 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..897b4465 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..4968ff6c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..df6f29d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..b8ad2ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c215d0cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..1e17f788 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..9f817223 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..b53df649 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..2c2fa38e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..75da762b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..48c1de11 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..1a12318c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..049c21d0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..c0db8717 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..1a12318c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..b3dac636 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..4d125b36 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..2c2fa38e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..d788c4af --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 280184a5..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 3bb1e1cd..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index 87e221f4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index b3318e4e..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 831ff02d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 863e5234..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index e116c5b3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 32e27d2f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index d6239a0f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index ea135aa8..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 32e27d2f..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index e94c0adf..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 9b372a83..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index a6d751d3..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Accounts Liaison", - "PackageVersion": "7.2.6", - "ValidationErrors": [ - { - "Error": "Cedrick", - "Context": "https://zachariah.net" - }, - { - "Error": "Marcelle", - "Context": "https://adah.org" - }, - { - "Error": "Barney", - "Context": "http://erica.org" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Response Associate", - "PackageVersion": "1.9.8", - "ValidationErrors": [ - { - "Error": "Sandra", - "Context": "http://antonina.com" - }, - { - "Error": "Willow", - "Context": "https://jason.org" - }, - { - "Error": "Orland", - "Context": "http://rigoberto.com" - }, - { - "Error": "Laney", - "Context": "http://eryn.org" - }, - { - "Error": "Amari", - "Context": "http://viviane.net" - }, - { - "Error": "Kelley", - "Context": "http://doris.net" - }, - { - "Error": "Kennedy", - "Context": "https://milo.net" - } - ], - "License": "The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Creative Liaison", - "PackageVersion": "0.4.6", - "ValidationErrors": [ - { - "Error": "Mervin", - "Context": "http://celestine.info" - }, - { - "Error": "Amalia", - "Context": "https://shanelle.info" - }, - { - "Error": "Sheila", - "Context": "http://darrell.info" - }, - { - "Error": "Alec", - "Context": "https://candice.biz" - }, - { - "Error": "Linnea", - "Context": "http://everardo.info" - }, - { - "Error": "Daryl", - "Context": "https://jerrod.com" - }, - { - "Error": "Laila", - "Context": "http://caleigh.net" - }, - { - "Error": "Adolfo", - "Context": "http://daisha.biz" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Lead Intranet Officer", - "PackageVersion": "6.4.9", - "ValidationErrors": [ - { - "Error": "Margaret", - "Context": "https://michaela.name" - }, - { - "Error": "Jody", - "Context": "http://jakob.org" - }, - { - "Error": "Anjali", - "Context": "https://valentin.info" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Human Usability Specialist", - "PackageVersion": "3.2.8", - "PackageProjectUrl": "http://micah.info", - "ValidationErrors": [ - { - "Error": "Evalyn", - "Context": "https://myrtis.name" - }, - { - "Error": "Ursula", - "Context": "https://werner.net" - }, - { - "Error": "Linwood", - "Context": "http://rebekah.org" - }, - { - "Error": "Cleve", - "Context": "https://claudie.net" - }, - { - "Error": "Theodora", - "Context": "http://faye.info" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Integration Orchestrator", - "PackageVersion": "5.4.5", - "ValidationErrors": [ - { - "Error": "Steve", - "Context": "http://lon.org" - }, - { - "Error": "Braeden", - "Context": "https://sunny.name" - }, - { - "Error": "Leslie", - "Context": "http://bettie.info" - }, - { - "Error": "Edmund", - "Context": "http://sadie.info" - }, - { - "Error": "Horacio", - "Context": "https://loraine.name" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Global Branding Associate", - "PackageVersion": "0.5.9", - "PackageProjectUrl": "http://cory.com", - "ValidationErrors": [ - { - "Error": "Suzanne", - "Context": "http://ima.name" - }, - { - "Error": "Earnestine", - "Context": "http://nathanial.biz" - }, - { - "Error": "Connor", - "Context": "https://augustus.net" - }, - { - "Error": "Araceli", - "Context": "http://hailey.biz" - }, - { - "Error": "Janessa", - "Context": "https://craig.com" - }, - { - "Error": "Erica", - "Context": "http://kristin.org" - }, - { - "Error": "Alek", - "Context": "http://shany.biz" - } - ], - "License": "If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Lead Markets Designer", - "PackageVersion": "2.8.4", - "PackageProjectUrl": "https://amara.info", - "ValidationErrors": [ - { - "Error": "Seamus", - "Context": "http://maybell.info" - }, - { - "Error": "Monserrat", - "Context": "http://katrine.name" - }, - { - "Error": "Abel", - "Context": "https://geovany.com" - }, - { - "Error": "Diana", - "Context": "http://eula.name" - }, - { - "Error": "Raphael", - "Context": "https://zackery.info" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Tactics Analyst", - "PackageVersion": "3.0.8", - "ValidationErrors": [ - { - "Error": "Bill", - "Context": "http://jairo.net" - }, - { - "Error": "Clemmie", - "Context": "http://shanny.net" - }, - { - "Error": "Hildegard", - "Context": "http://conner.name" - }, - { - "Error": "Isabella", - "Context": "https://kennith.com" - }, - { - "Error": "Johanna", - "Context": "https://ara.org" - }, - { - "Error": "Demarco", - "Context": "https://rae.biz" - }, - { - "Error": "Viviane", - "Context": "http://christine.info" - } - ], - "License": "If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Optimization Representative", - "PackageVersion": "8.2.6", - "ValidationErrors": [ - { - "Error": "Brandi", - "Context": "https://aniyah.com" - }, - { - "Error": "Tyson", - "Context": "https://bonita.org" - }, - { - "Error": "Jazlyn", - "Context": "http://madonna.net" - }, - { - "Error": "Deangelo", - "Context": "https://jess.info" - }, - { - "Error": "Alvah", - "Context": "https://hans.net" - }, - { - "Error": "Payton", - "Context": "http://shanna.name" - }, - { - "Error": "Providenci", - "Context": "https://tyra.org" - }, - { - "Error": "Flo", - "Context": "http://isidro.net" - }, - { - "Error": "Dawn", - "Context": "https://anika.org" - }, - { - "Error": "Silas", - "Context": "http://zane.name" - } - ], - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Investor Research Facilitator", - "PackageVersion": "5.7.5", - "ValidationErrors": [ - { - "Error": "Avery", - "Context": "http://jarret.biz" - }, - { - "Error": "Clarissa", - "Context": "https://audreanne.name" - }, - { - "Error": "Vida", - "Context": "https://theresia.biz" - }, - { - "Error": "Ransom", - "Context": "http://isom.com" - }, - { - "Error": "Anastasia", - "Context": "http://kamryn.info" - }, - { - "Error": "Marlene", - "Context": "https://cyril.name" - }, - { - "Error": "Zetta", - "Context": "http://pete.org" - }, - { - "Error": "Candida", - "Context": "https://craig.biz" - }, - { - "Error": "Timmothy", - "Context": "https://joanny.biz" - }, - { - "Error": "Alfonzo", - "Context": "http://dorothea.org" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Program Technician", - "PackageVersion": "1.7.7", - "ValidationErrors": [ - { - "Error": "Keely", - "Context": "http://obie.org" - }, - { - "Error": "Caleigh", - "Context": "https://albin.info" - }, - { - "Error": "Flavie", - "Context": "http://lavonne.biz" - }, - { - "Error": "Kaitlyn", - "Context": "http://osborne.org" - }, - { - "Error": "Joesph", - "Context": "https://michael.name" - }, - { - "Error": "Kali", - "Context": "http://shyanne.net" - }, - { - "Error": "Austin", - "Context": "https://marty.net" - }, - { - "Error": "Theresia", - "Context": "http://kristin.net" - }, - { - "Error": "Lester", - "Context": "https://paige.com" - } - ], - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Direct Accounts Associate", - "PackageVersion": "3.2.6", - "PackageProjectUrl": "https://vesta.com", - "ValidationErrors": [ - { - "Error": "Buck", - "Context": "http://taryn.com" - }, - { - "Error": "Hilton", - "Context": "http://isabel.com" - }, - { - "Error": "Rogers", - "Context": "https://bertrand.biz" - }, - { - "Error": "Annetta", - "Context": "https://remington.org" - }, - { - "Error": "Efrain", - "Context": "http://davion.org" - }, - { - "Error": "Merle", - "Context": "https://abigayle.org" - }, - { - "Error": "Jerod", - "Context": "https://vicenta.info" - }, - { - "Error": "Kayli", - "Context": "https://shaun.net" - }, - { - "Error": "Antwan", - "Context": "https://hazel.net" - } - ], - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Orchestrator", - "PackageVersion": "2.4.2", - "ValidationErrors": [ - { - "Error": "Damien", - "Context": "https://edyth.com" - }, - { - "Error": "Princess", - "Context": "http://haylie.biz" - }, - { - "Error": "Jordane", - "Context": "https://gregorio.com" - }, - { - "Error": "Opal", - "Context": "http://abbie.org" - }, - { - "Error": "Pablo", - "Context": "https://maxime.biz" - }, - { - "Error": "Shaun", - "Context": "https://concepcion.net" - }, - { - "Error": "Moises", - "Context": "http://rupert.info" - } - ], - "License": "If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Marketing Consultant", - "PackageVersion": "2.4.9", - "ValidationErrors": [ - { - "Error": "Angie", - "Context": "https://ardella.info" - }, - { - "Error": "Melissa", - "Context": "https://sandra.biz" - }, - { - "Error": "Pearline", - "Context": "https://noble.net" - }, - { - "Error": "Dusty", - "Context": "https://verlie.com" - } - ], - "LicenseInformationOrigin": 4 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index 831ff02d..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,98 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 35f872d4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,168 +0,0 @@ -[ - { - "PackageId": "Principal Functionality Agent", - "PackageVersion": "1.5.3", - "ValidationErrors": [ - { - "Error": "Judson", - "Context": "https://wilson.net" - }, - { - "Error": "Guadalupe", - "Context": "http://otho.info" - }, - { - "Error": "General", - "Context": "https://skylar.name" - }, - { - "Error": "Haylie", - "Context": "http://audreanne.info" - } - ], - "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Intranet Facilitator", - "PackageVersion": "7.1.7", - "PackageProjectUrl": "https://garnet.net", - "ValidationErrors": [ - { - "Error": "Alisha", - "Context": "http://alyson.name" - }, - { - "Error": "Carmelo", - "Context": "http://michele.name" - }, - { - "Error": "Miles", - "Context": "https://freddie.com" - }, - { - "Error": "Kade", - "Context": "https://jaunita.biz" - }, - { - "Error": "Marcelina", - "Context": "http://donna.net" - }, - { - "Error": "Darby", - "Context": "http://joana.org" - }, - { - "Error": "Albin", - "Context": "http://hal.com" - }, - { - "Error": "Betsy", - "Context": "http://quinton.com" - }, - { - "Error": "Emmalee", - "Context": "https://haleigh.name" - } - ], - "License": "synthesizing the feed won\u0027t do anything, we need to index the auxiliary SMTP feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Brand Developer", - "PackageVersion": "4.4.1", - "PackageProjectUrl": "http://adelbert.net", - "ValidationErrors": [ - { - "Error": "Reid", - "Context": "https://amely.info" - }, - { - "Error": "Nikki", - "Context": "https://mckayla.info" - }, - { - "Error": "Kiara", - "Context": "https://floyd.net" - }, - { - "Error": "Libby", - "Context": "http://wade.biz" - }, - { - "Error": "Leola", - "Context": "https://pietro.info" - }, - { - "Error": "Arch", - "Context": "http://hazle.org" - }, - { - "Error": "Eldred", - "Context": "http://gabriel.net" - } - ], - "License": "If we override the system, we can get to the CSS system through the neural CSS system!", - "LicenseInformationOrigin": 3 - }, - { - "PackageId": "Regional Accounts Technician", - "PackageVersion": "2.8.7", - "ValidationErrors": [ - { - "Error": "Dawson", - "Context": "http://addie.org" - }, - { - "Error": "Xander", - "Context": "https://everette.info" - }, - { - "Error": "Otha", - "Context": "https://cletus.net" - }, - { - "Error": "Carlee", - "Context": "https://jaron.info" - }, - { - "Error": "Nannie", - "Context": "https://isaias.net" - } - ], - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Solutions Coordinator", - "PackageVersion": "8.7.3", - "PackageProjectUrl": "https://adrianna.name", - "ValidationErrors": [ - { - "Error": "Maximillian", - "Context": "http://leola.name" - }, - { - "Error": "Shaina", - "Context": "http://dean.name" - }, - { - "Error": "Juana", - "Context": "http://aniya.biz" - }, - { - "Error": "Fernando", - "Context": "http://shanna.com" - }, - { - "Error": "Katelyn", - "Context": "https://judd.com" - }, - { - "Error": "Earl", - "Context": "https://bradford.biz" - } - ], - "License": "Use the bluetooth USB panel, then you can calculate the bluetooth panel!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index be7077c4..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,562 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Principal Usability Representative", - "PackageVersion": "9.1.3", - "PackageProjectUrl": "https://nelson.com", - "License": "We need to transmit the bluetooth FTP feed!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Chief Intranet Strategist", - "PackageVersion": "9.7.0", - "PackageProjectUrl": "https://john.name", - "License": "We need to copy the redundant JSON transmitter!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Group Manager", - "PackageVersion": "8.0.4", - "PackageProjectUrl": "https://luisa.biz", - "License": "The RAM panel is down, transmit the online panel so we can transmit the RAM panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Accountability Strategist", - "PackageVersion": "0.5.2", - "PackageProjectUrl": "https://stuart.com", - "License": "You can\u0027t parse the firewall without navigating the solid state ADP firewall!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Chief Directives Executive", - "PackageVersion": "9.4.9", - "PackageProjectUrl": "http://jedediah.net", - "License": "Try to back up the THX interface, maybe it will back up the auxiliary interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Metrics Analyst", - "PackageVersion": "4.6.0", - "PackageProjectUrl": "http://nathaniel.name", - "License": "overriding the interface won\u0027t do anything, we need to connect the digital GB interface!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Senior Accountability Specialist", - "PackageVersion": "0.8.7", - "PackageProjectUrl": "http://kristina.info", - "License": "We need to input the cross-platform RAM system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Usability Manager", - "PackageVersion": "0.3.8", - "PackageProjectUrl": "http://myriam.name", - "License": "quantifying the card won\u0027t do anything, we need to navigate the virtual USB card!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Tactics Executive", - "PackageVersion": "6.2.9", - "PackageProjectUrl": "https://maxwell.name", - "License": "I\u0027ll transmit the online TCP driver, that should driver the TCP driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Accountability Facilitator", - "PackageVersion": "2.1.4", - "PackageProjectUrl": "https://dillan.net", - "License": "Use the back-end XML protocol, then you can reboot the back-end protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Internal Quality Director", - "PackageVersion": "5.3.0", - "PackageProjectUrl": "http://hyman.com", - "License": "Use the redundant AI alarm, then you can transmit the redundant alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Chief Web Specialist", - "PackageVersion": "7.4.0", - "PackageProjectUrl": "http://keely.net", - "License": "navigating the monitor won\u0027t do anything, we need to input the wireless JSON monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Accountability Orchestrator", - "PackageVersion": "2.6.2", - "PackageProjectUrl": "https://tre.org", - "License": "You can\u0027t connect the panel without bypassing the bluetooth SSL panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "International Metrics Officer", - "PackageVersion": "3.7.1", - "PackageProjectUrl": "https://myrl.info", - "License": "hacking the array won\u0027t do anything, we need to back up the haptic IB array!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Regional Data Strategist", - "PackageVersion": "3.5.3", - "PackageProjectUrl": "https://sedrick.biz", - "License": "I\u0027ll transmit the optical USB program, that should program the USB program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Regional Accountability Assistant", - "PackageVersion": "2.7.5", - "PackageProjectUrl": "http://barney.com", - "License": "You can\u0027t program the alarm without overriding the cross-platform RSS alarm!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Group Technician", - "PackageVersion": "9.8.2", - "PackageProjectUrl": "https://sandrine.name", - "License": "programming the system won\u0027t do anything, we need to synthesize the primary AGP system!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Lead Factors Planner", - "PackageVersion": "1.0.4", - "PackageProjectUrl": "http://mikayla.com", - "License": "You can\u0027t compress the driver without calculating the back-end SQL driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Corporate Data Assistant", - "PackageVersion": "7.9.8", - "PackageProjectUrl": "http://arlene.biz", - "License": "Try to generate the SMTP feed, maybe it will generate the online feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Dynamic Research Representative", - "PackageVersion": "1.6.9", - "PackageProjectUrl": "https://carol.org", - "License": "You can\u0027t copy the alarm without synthesizing the 1080p IB alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Internal Accounts Specialist", - "PackageVersion": "4.9.2", - "PackageProjectUrl": "https://wilfredo.biz", - "License": "The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Investor Division Planner", - "PackageVersion": "1.4.6", - "PackageProjectUrl": "https://evelyn.info", - "License": "I\u0027ll hack the solid state JSON sensor, that should sensor the JSON sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Response Planner", - "PackageVersion": "7.8.0", - "PackageProjectUrl": "https://hertha.org", - "License": "Try to synthesize the PNG application, maybe it will synthesize the auxiliary application!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "National Accountability Administrator", - "PackageVersion": "5.9.9", - "PackageProjectUrl": "http://julio.info", - "License": "Use the neural IB matrix, then you can generate the neural matrix!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Infrastructure Orchestrator", - "PackageVersion": "5.0.6", - "PackageProjectUrl": "http://forrest.com", - "License": "If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "District Directives Analyst", - "PackageVersion": "9.3.0", - "PackageProjectUrl": "http://bridie.biz", - "License": "Try to navigate the SCSI firewall, maybe it will navigate the digital firewall!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Group Director", - "PackageVersion": "2.3.4", - "PackageProjectUrl": "https://luna.info", - "License": "I\u0027ll synthesize the open-source RSS firewall, that should firewall the RSS firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Branding Facilitator", - "PackageVersion": "0.3.9", - "PackageProjectUrl": "https://otilia.info", - "License": "We need to connect the optical SQL capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Assurance Consultant", - "PackageVersion": "5.6.2", - "PackageProjectUrl": "https://eryn.org", - "License": "Use the digital IB alarm, then you can program the digital alarm!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Interactions Developer", - "PackageVersion": "9.9.4", - "PackageProjectUrl": "http://adrien.biz", - "License": "I\u0027ll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Human Optimization Director", - "PackageVersion": "0.1.8", - "PackageProjectUrl": "https://crystal.info", - "License": "We need to transmit the back-end PCI panel!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Paradigm Director", - "PackageVersion": "6.3.8", - "PackageProjectUrl": "http://kiera.org", - "License": "Use the wireless THX array, then you can connect the wireless array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Group Designer", - "PackageVersion": "3.0.6", - "PackageProjectUrl": "http://keyshawn.net", - "License": "We need to copy the cross-platform SAS panel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Intranet Assistant", - "PackageVersion": "2.8.1", - "PackageProjectUrl": "https://chance.name", - "License": "You can\u0027t parse the bandwidth without quantifying the wireless THX bandwidth!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Product Security Developer", - "PackageVersion": "4.4.5", - "PackageProjectUrl": "https://maida.org", - "License": "parsing the driver won\u0027t do anything, we need to parse the primary TCP driver!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Paradigm Administrator", - "PackageVersion": "5.5.2", - "PackageProjectUrl": "http://trace.net", - "License": "Try to reboot the SMS feed, maybe it will reboot the bluetooth feed!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Central Creative Analyst", - "PackageVersion": "3.6.4", - "PackageProjectUrl": "http://abigayle.net", - "License": "programming the driver won\u0027t do anything, we need to calculate the primary SMTP driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Division Assistant", - "PackageVersion": "0.9.4", - "PackageProjectUrl": "http://emerson.info", - "License": "The SMTP card is down, transmit the virtual card so we can transmit the SMTP card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Brand Officer", - "PackageVersion": "1.1.5", - "PackageProjectUrl": "https://shayne.name", - "License": "If we transmit the application, we can get to the SAS application through the wireless SAS application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Global Usability Manager", - "PackageVersion": "6.7.0", - "PackageProjectUrl": "https://alexandra.info", - "License": "We need to parse the mobile SCSI protocol!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Configuration Assistant", - "PackageVersion": "0.1.1", - "PackageProjectUrl": "https://aurelia.info", - "License": "We need to hack the mobile SMS circuit!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Direct Group Consultant", - "PackageVersion": "8.8.0", - "PackageProjectUrl": "https://alana.org", - "License": "I\u0027ll index the neural SDD bus, that should bus the SDD bus!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Research Producer", - "PackageVersion": "2.8.3", - "PackageProjectUrl": "https://sonia.org", - "License": "backing up the monitor won\u0027t do anything, we need to quantify the back-end CSS monitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "District Group Associate", - "PackageVersion": "4.0.1", - "PackageProjectUrl": "https://noemi.info", - "License": "We need to transmit the redundant TCP panel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Future Factors Representative", - "PackageVersion": "9.2.0", - "PackageProjectUrl": "https://jazmin.org", - "License": "Use the solid state SDD application, then you can navigate the solid state application!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Customer Applications Developer", - "PackageVersion": "5.6.1", - "PackageProjectUrl": "http://kiley.org", - "License": "We need to connect the bluetooth RAM application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Internal Division Agent", - "PackageVersion": "2.4.2", - "PackageProjectUrl": "http://armani.name", - "License": "Try to compress the TCP microchip, maybe it will compress the auxiliary microchip!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Direct Research Assistant", - "PackageVersion": "5.9.7", - "PackageProjectUrl": "http://danial.org", - "License": "Try to connect the TCP circuit, maybe it will connect the back-end circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Legacy Optimization Assistant", - "PackageVersion": "8.8.2", - "PackageProjectUrl": "https://scot.info", - "License": "The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Human Directives Specialist", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "http://tabitha.name", - "License": "I\u0027ll reboot the virtual CSS program, that should program the CSS program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Forward Web Assistant", - "PackageVersion": "3.5.5", - "PackageProjectUrl": "https://tremayne.org", - "License": "The COM array is down, calculate the open-source array so we can calculate the COM array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Product Operations Liaison", - "PackageVersion": "1.1.0", - "PackageProjectUrl": "http://tabitha.com", - "License": "You can\u0027t generate the array without quantifying the open-source PCI array!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Accountability Coordinator", - "PackageVersion": "5.5.0", - "PackageProjectUrl": "http://erling.name", - "License": "Try to back up the COM driver, maybe it will back up the bluetooth driver!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Product Marketing Strategist", - "PackageVersion": "0.1.7", - "PackageProjectUrl": "http://melany.name", - "License": "I\u0027ll copy the auxiliary SSL interface, that should interface the SSL interface!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Corporate Intranet Analyst", - "PackageVersion": "0.9.0", - "PackageProjectUrl": "https://creola.info", - "License": "indexing the interface won\u0027t do anything, we need to bypass the optical HDD interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Central Security Representative", - "PackageVersion": "4.3.4", - "PackageProjectUrl": "https://velva.name", - "License": "The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Senior Brand Analyst", - "PackageVersion": "2.5.0", - "PackageProjectUrl": "http://danial.name", - "License": "overriding the interface won\u0027t do anything, we need to override the virtual THX interface!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Directives Designer", - "PackageVersion": "0.4.8", - "PackageProjectUrl": "http://mable.net", - "License": "Use the virtual AI capacitor, then you can navigate the virtual capacitor!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Division Consultant", - "PackageVersion": "4.8.7", - "PackageProjectUrl": "https://jack.net", - "License": "The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Regional Tactics Technician", - "PackageVersion": "7.6.7", - "PackageProjectUrl": "http://alvena.net", - "License": "If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Legacy Implementation Assistant", - "PackageVersion": "2.1.6", - "PackageProjectUrl": "https://liana.net", - "License": "Use the auxiliary RSS sensor, then you can program the auxiliary sensor!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Functionality Manager", - "PackageVersion": "5.9.0", - "PackageProjectUrl": "https://mariane.info", - "License": "The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Senior Operations Engineer", - "PackageVersion": "3.1.8", - "PackageProjectUrl": "http://montana.name", - "License": "If we program the array, we can get to the JBOD array through the primary JBOD array!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 26836974..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Assurance Representative", - "PackageVersion": "2.0.7", - "PackageProjectUrl": "http://kelley.com", - "License": "transmitting the capacitor won\u0027t do anything, we need to synthesize the back-end RAM capacitor!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "National Tactics Liaison", - "PackageVersion": "6.8.9", - "PackageProjectUrl": "http://jillian.net", - "License": "hacking the capacitor won\u0027t do anything, we need to compress the digital AGP capacitor!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "Global Implementation Engineer", - "PackageVersion": "6.0.7", - "PackageProjectUrl": "http://antonette.org", - "License": "I\u0027ll calculate the 1080p HDD system, that should system the HDD system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Forward Integration Executive", - "PackageVersion": "6.6.8", - "PackageProjectUrl": "http://grayce.info", - "License": "You can\u0027t index the protocol without indexing the open-source XML protocol!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Infrastructure Planner", - "PackageVersion": "6.6.0", - "PackageProjectUrl": "https://laurie.biz", - "License": "If we program the pixel, we can get to the SMS pixel through the neural SMS pixel!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Dynamic Program Administrator", - "PackageVersion": "9.8.6", - "PackageProjectUrl": "https://malcolm.net", - "License": "I\u0027ll quantify the bluetooth SQL circuit, that should circuit the SQL circuit!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Customer Research Associate", - "PackageVersion": "4.6.5", - "PackageProjectUrl": "http://wilmer.name", - "License": "I\u0027ll navigate the neural SAS card, that should card the SAS card!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Central Creative Manager", - "PackageVersion": "8.4.8", - "PackageProjectUrl": "https://carleton.info", - "License": "Use the cross-platform THX system, then you can generate the cross-platform system!", - "LicenseInformationOrigin": 1 - }, - { - "PackageId": "Internal Operations Executive", - "PackageVersion": "1.8.1", - "PackageProjectUrl": "http://angel.info", - "License": "We need to back up the solid state XML application!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Corporate Marketing Associate", - "PackageVersion": "3.3.2", - "PackageProjectUrl": "http://nash.name", - "License": "I\u0027ll program the auxiliary XSS bus, that should bus the XSS bus!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Customer Assurance Officer", - "PackageVersion": "0.3.1", - "PackageProjectUrl": "https://kyla.biz", - "License": "Try to override the EXE program, maybe it will override the mobile program!", - "LicenseInformationOrigin": 2 - }, - { - "PackageId": "National Tactics Architect", - "PackageVersion": "6.7.8", - "PackageProjectUrl": "https://valentina.net", - "License": "The PNG protocol is down, index the digital protocol so we can index the PNG protocol!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Chief Integration Architect", - "PackageVersion": "1.6.8", - "PackageProjectUrl": "https://davion.net", - "License": "Try to override the TCP firewall, maybe it will override the solid state firewall!", - "LicenseInformationOrigin": 1 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 3fb25932..00000000 --- a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "PackageId": "International Mobility Technician", - "PackageVersion": "3.7.5", - "PackageProjectUrl": "https://jayne.name", - "License": "I\u0027ll override the digital SMTP interface, that should interface the SMTP interface!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Principal Markets Executive", - "PackageVersion": "4.2.2", - "PackageProjectUrl": "https://bettie.com", - "License": "Try to generate the EXE array, maybe it will generate the mobile array!", - "LicenseInformationOrigin": 4 - }, - { - "PackageId": "Future Identity Specialist", - "PackageVersion": "4.7.4", - "PackageProjectUrl": "http://della.biz", - "License": "If we back up the driver, we can get to the AI driver through the bluetooth AI driver!", - "LicenseInformationOrigin": 0 - }, - { - "PackageId": "Forward Functionality Designer", - "PackageVersion": "5.5.7", - "PackageProjectUrl": "https://jasen.biz", - "License": "Use the redundant AGP monitor, then you can generate the redundant monitor!", - "LicenseInformationOrigin": 0 - } -] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e5fc4225 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..59e85525 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..aa4b234a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..3a3e1fb8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..df6f29d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..44d666a5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..7d8168e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..19027d54 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..b81e6577 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..b4761a76 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..19027d54 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..897b4465 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..e02832cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,34 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..4968ff6c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,472 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + } + ], + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Junior", + "Error": "https://alene.info" + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + } + ], + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + } + ], + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..df6f29d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,95 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..b8ad2ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,135 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Kian", + "Error": "https://lia.net" + } + ], + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + } + ], + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..c215d0cc --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..1e17f788 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..9f817223 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..b53df649 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..2c2fa38e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..75da762b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..48c1de11 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..1a12318c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..049c21d0 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..c0db8717 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..1a12318c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..b3dac636 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..95a546e8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,51 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..4d125b36 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,690 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Brand Representative", + "PackageVersion": "8.9.2", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Merle", + "Error": "https://abigayle.org" + }, + { + "Context": "Vicenta", + "Error": null + }, + { + "Context": "Kayli", + "Error": "https://shaun.net" + }, + { + "Context": "Thora", + "Error": "http://mia.info" + }, + { + "Context": "Brianne", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Don", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 4 + }, + { + "PackageId": "Future Data Analyst", + "PackageVersion": "1.5.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Bernardo", + "Error": "https://ronny.info" + }, + { + "Context": "Janessa", + "Error": null + }, + { + "Context": "Mitchell", + "Error": null + }, + { + "Context": "Dena", + "Error": "https://jordyn.org" + }, + { + "Context": "Antonina", + "Error": "http://willow.name" + }, + { + "Context": "Sylvia", + "Error": "https://ada.net" + }, + { + "Context": "Laney", + "Error": "http://eryn.org" + }, + { + "Context": "Adah", + "Error": "https://mylene.name" + } + ], + "License": "If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Central Tactics Designer", + "PackageVersion": "8.5.9", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Zula", + "Error": "https://mervin.biz" + }, + { + "Context": "Amalia", + "Error": "https://shanelle.info" + }, + { + "Context": "Dominic", + "Error": null + }, + { + "Context": "Jessika", + "Error": "http://lesly.com" + }, + { + "Context": "Linnea", + "Error": "http://everardo.info" + } + ], + "License": "navigating the feed won\u0027t do anything, we need to back up the auxiliary RAM feed!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Chief Response Director", + "PackageVersion": "2.0.6", + "PackageProjectUrl": "https://johnny.name", + "ValidationChecks": [ + { + "Context": "Rodger", + "Error": "http://lazaro.org" + }, + { + "Context": "Bret", + "Error": null + }, + { + "Context": "Jewell", + "Error": null + }, + { + "Context": "Khalil", + "Error": null + }, + { + "Context": "Aiyana", + "Error": "http://uriel.com" + }, + { + "Context": "Jarret", + "Error": "http://clarissa.name" + }, + { + "Context": "Khalil", + "Error": "https://mona.org" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "International Optimization Manager", + "PackageVersion": "0.3.3", + "PackageProjectUrl": "https://layne.org", + "ValidationChecks": [ + { + "Context": "Tristin", + "Error": "http://maximillia.org" + }, + { + "Context": "Giuseppe", + "Error": "https://jett.org" + }, + { + "Context": "Dedrick", + "Error": null + }, + { + "Context": "Elissa", + "Error": null + }, + { + "Context": "Kaci", + "Error": "https://brandi.org" + } + ], + "License": "I\u0027ll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Product Data Representative", + "PackageVersion": "0.6.2", + "PackageProjectUrl": "https://hayden.name", + "ValidationChecks": [ + { + "Context": "Amina", + "Error": "http://steve.com" + }, + { + "Context": "Braeden", + "Error": null + }, + { + "Context": "Sunny", + "Error": null + }, + { + "Context": "Leslie", + "Error": null + }, + { + "Context": "Bettie", + "Error": "http://edmund.info" + }, + { + "Context": "Jermey", + "Error": null + }, + { + "Context": "Wilfrid", + "Error": "https://josianne.org" + }, + { + "Context": "Emil", + "Error": null + }, + { + "Context": "Dayana", + "Error": "https://leila.info" + } + ], + "License": null, + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Direct Factors Associate", + "PackageVersion": "1.6.9", + "PackageProjectUrl": "https://mariela.com", + "ValidationChecks": [ + { + "Context": "Angeline", + "Error": "https://tyrel.net" + }, + { + "Context": "Buddy", + "Error": "https://bernardo.name" + }, + { + "Context": "Felix", + "Error": null + }, + { + "Context": "Lucious", + "Error": null + }, + { + "Context": "Junior", + "Error": "https://alene.info" + }, + { + "Context": "Earnestine", + "Error": null + } + ], + "License": "If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Global Infrastructure Developer", + "PackageVersion": "5.5.0", + "PackageProjectUrl": "https://austin.net", + "ValidationChecks": [ + { + "Context": "Paige", + "Error": "http://alex.info" + }, + { + "Context": "Shyann", + "Error": "http://marion.org" + }, + { + "Context": "Geovanny", + "Error": "http://josephine.info" + }, + { + "Context": "Drew", + "Error": null + }, + { + "Context": "Imani", + "Error": null + }, + { + "Context": "Dorothea", + "Error": null + }, + { + "Context": "Justina", + "Error": null + }, + { + "Context": "Norwood", + "Error": "http://aubree.biz" + } + ], + "License": "generating the application won\u0027t do anything, we need to calculate the auxiliary JSON application!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Regional Mobility Manager", + "PackageVersion": "2.7.0", + "PackageProjectUrl": "http://gianni.info", + "ValidationChecks": [ + { + "Context": "Mary", + "Error": "http://alvina.biz" + }, + { + "Context": "Ron", + "Error": null + }, + { + "Context": "Brown", + "Error": "https://cordia.com" + }, + { + "Context": "Joany", + "Error": "http://agustina.net" + }, + { + "Context": "Thomas", + "Error": "http://antonia.net" + }, + { + "Context": "Roderick", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Senior Marketing Representative", + "PackageVersion": "5.1.8", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Nedra", + "Error": "http://orland.info" + }, + { + "Context": "Shany", + "Error": "http://margaretta.net" + }, + { + "Context": "Shanna", + "Error": "https://providenci.org" + }, + { + "Context": "Timothy", + "Error": null + }, + { + "Context": "Ezekiel", + "Error": "http://peyton.biz" + }, + { + "Context": "Anika", + "Error": null + }, + { + "Context": "Silas", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 3 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Creative Engineer", + "PackageVersion": "4.0.0", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Pete", + "Error": "https://candida.net" + }, + { + "Context": "Timmothy", + "Error": "https://joanny.biz" + }, + { + "Context": "Dallas", + "Error": "http://samanta.net" + }, + { + "Context": "Lucas", + "Error": "http://jackeline.biz" + }, + { + "Context": "Keon", + "Error": "http://noemie.name" + } + ], + "License": "You can\u0027t parse the alarm without overriding the haptic SMTP alarm!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Lead Metrics Technician", + "PackageVersion": "5.0.6", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Obie", + "Error": "https://caleigh.net" + }, + { + "Context": "Flavie", + "Error": "http://lavonne.biz" + }, + { + "Context": "Brock", + "Error": null + }, + { + "Context": "Sabina", + "Error": null + } + ], + "License": "copying the transmitter won\u0027t do anything, we need to quantify the back-end AGP transmitter!", + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "Lead Response Consultant", + "PackageVersion": "5.7.7", + "PackageProjectUrl": "http://oliver.com", + "ValidationChecks": [ + { + "Context": "Lonny", + "Error": "https://onie.org" + }, + { + "Context": "Solon", + "Error": "https://buck.biz" + }, + { + "Context": "Adeline", + "Error": null + }, + { + "Context": "Adaline", + "Error": "http://brittany.org" + }, + { + "Context": "Bertrand", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Senior Applications Technician", + "PackageVersion": "2.5.2", + "PackageProjectUrl": "http://buck.net", + "ValidationChecks": [ + { + "Context": "Demarco", + "Error": "https://marge.info" + }, + { + "Context": "Charlene", + "Error": null + }, + { + "Context": "Rod", + "Error": "https://marian.net" + }, + { + "Context": "Shaun", + "Error": "https://concepcion.net" + } + ], + "License": null, + "LicenseInformationOrigin": 2 + }, + { + "PackageId": "International Integration Facilitator", + "PackageVersion": "3.1.1", + "PackageProjectUrl": "http://jadon.org", + "ValidationChecks": [ + { + "Context": "Toni", + "Error": "http://angie.name" + }, + { + "Context": "Melissa", + "Error": "https://sandra.biz" + }, + { + "Context": "Sedrick", + "Error": null + }, + { + "Context": "Marianna", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..2c2fa38e --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,129 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..d788c4af --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,195 @@ +[ + { + "PackageId": "Principal Functionality Agent", + "PackageVersion": "1.5.3", + "PackageProjectUrl": null, + "ValidationChecks": [ + { + "Context": "Ciara", + "Error": "https://paige.org" + }, + { + "Context": "Aletha", + "Error": "https://isobel.info" + }, + { + "Context": "Skylar", + "Error": null + }, + { + "Context": "Haylie", + "Error": null + }, + { + "Context": "Audreanne", + "Error": "http://graciela.net" + }, + { + "Context": "Daphney", + "Error": null + }, + { + "Context": "Oceane", + "Error": null + }, + { + "Context": "Clifton", + "Error": "http://francisco.biz" + }, + { + "Context": "Addie", + "Error": "https://xander.org" + }, + { + "Context": "Furman", + "Error": "https://torrey.biz" + } + ], + "License": "connecting the firewall won\u0027t do anything, we need to copy the digital XSS firewall!", + "LicenseInformationOrigin": 0 + }, + { + "PackageId": "Investor Assurance Producer", + "PackageVersion": "3.0.5", + "PackageProjectUrl": "http://delpha.net", + "ValidationChecks": [ + { + "Context": "Rae", + "Error": "http://cynthia.name" + }, + { + "Context": "Greta", + "Error": "http://adolph.com" + }, + { + "Context": "Quinton", + "Error": "http://emmalee.org" + }, + { + "Context": "Johann", + "Error": "http://andres.net" + }, + { + "Context": "Horace", + "Error": "http://tessie.com" + }, + { + "Context": "Mortimer", + "Error": "https://alicia.biz" + }, + { + "Context": "Bobby", + "Error": null + }, + { + "Context": "Cecil", + "Error": "https://kira.net" + }, + { + "Context": "Amely", + "Error": null + }, + { + "Context": "Nikki", + "Error": "https://mckayla.info" + }, + { + "Context": "Ursula", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "National Assurance Orchestrator", + "PackageVersion": "3.9.1", + "PackageProjectUrl": "https://pietro.info", + "ValidationChecks": [ + { + "Context": "Hazle", + "Error": "https://eldred.info" + }, + { + "Context": "Enos", + "Error": null + }, + { + "Context": "Gerhard", + "Error": "https://mckenna.info" + }, + { + "Context": "Rosanna", + "Error": null + }, + { + "Context": "Kian", + "Error": "https://lia.net" + }, + { + "Context": "Fabiola", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Dynamic Marketing Representative", + "PackageVersion": "4.4.7", + "PackageProjectUrl": "http://mariam.com", + "ValidationChecks": [ + { + "Context": "Nikko", + "Error": "https://pamela.net" + }, + { + "Context": "Marcella", + "Error": null + }, + { + "Context": "Helga", + "Error": "https://alisha.biz" + }, + { + "Context": "Jolie", + "Error": "http://dianna.net" + } + ], + "License": "synthesizing the alarm won\u0027t do anything, we need to program the back-end USB alarm!", + "LicenseInformationOrigin": 1 + }, + { + "PackageId": "Direct Branding Supervisor", + "PackageVersion": "3.6.2", + "PackageProjectUrl": "https://shaina.info", + "ValidationChecks": [ + { + "Context": "Juana", + "Error": "http://aniya.biz" + }, + { + "Context": "Shanna", + "Error": "http://katelyn.name" + }, + { + "Context": "Abe", + "Error": null + }, + { + "Context": "Neoma", + "Error": "http://catherine.com" + }, + { + "Context": "Chet", + "Error": null + }, + { + "Context": "Hailie", + "Error": null + } + ], + "License": null, + "LicenseInformationOrigin": 2 + } +] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..ad47dbb9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/JsonOutputFormatterTest(True,True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/NuGetUtility.Test/Output/Table/TableOutputFormatterTest.cs b/tests/NuGetUtility.Test/Output/Table/TableOutputFormatterTest.cs index dccb9196..17d9f877 100644 --- a/tests/NuGetUtility.Test/Output/Table/TableOutputFormatterTest.cs +++ b/tests/NuGetUtility.Test/Output/Table/TableOutputFormatterTest.cs @@ -3,23 +3,29 @@ namespace NuGetUtility.Test.Output.Table { - [TestFixture(false, false)] - [TestFixture(false, true)] - [TestFixture(true, false)] - [TestFixture(true, true)] + [TestFixture(false, false, false)] + [TestFixture(false, true, false)] + [TestFixture(true, false, false)] + [TestFixture(true, true, false)] + [TestFixture(false, false, true)] + [TestFixture(false, true, true)] + [TestFixture(true, false, true)] + [TestFixture(true, true, true)] public class TableOutputFormatterTest : TestBase { private readonly bool _omitValidLicensesOnError; private readonly bool _skipIgnoredPackages; + private readonly bool _alwaysIncludeValidationContext; - public TableOutputFormatterTest(bool omitValidLicensesOnError, bool skipIgnoredPackages) + public TableOutputFormatterTest(bool omitValidLicensesOnError, bool skipIgnoredPackages, bool alwaysIncludeValidationContext) { _omitValidLicensesOnError = omitValidLicensesOnError; _skipIgnoredPackages = skipIgnoredPackages; + _alwaysIncludeValidationContext = alwaysIncludeValidationContext; } protected override IOutputFormatter CreateUut() { - return new TableOutputFormatter(_omitValidLicensesOnError, _skipIgnoredPackages); + return new TableOutputFormatter(_omitValidLicensesOnError, _skipIgnoredPackages, _alwaysIncludeValidationContext); } } } diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index c5e2cf3c..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | Judson | https://wilson.net | -| | | | | Guadalupe | http://otho.info | -| | | | | General | https://skylar.name | -| | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 0b904e82..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index c988427b..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index a7af89e5..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,108 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | | | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | | | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 9f4644e6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,234 +0,0 @@ -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | | | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | | | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | | | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | | | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | | | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index e00ff08e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,122 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | | | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | | | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | | | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 01f065ab..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,135 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | | | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | | | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | | | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index 73715c2a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,9 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 0d3b5b68..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,135 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index d9cf070a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,36 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index d6b0a201..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 0e6ab9f9..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,154 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 836124a2..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,42 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index f505f220..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,55 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index bc194186..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,13 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 34e8f45f..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,139 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index ad982459..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,27 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 93022ef6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,40 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 5b4683c9..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,104 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 4a096f88..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,24 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 68a911cb..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,9 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e93aa564 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7eb8e056 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,678 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..3b4ab9fd --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,795 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..c565c623 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,693 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..e947b9dd --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,705 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt similarity index 61% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt index a492c72d..2ba6dd02 100644 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -1,23 +1,22 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..ac14f780 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,139 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..adc67b01 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,37 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..87034fe6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,49 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..61ad6967 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,145 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..aafc3f4c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,262 @@ ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..8f2967d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,160 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..b19eb88c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,172 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..c0692ab6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,43 @@ ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..356a2e6c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,160 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..44071d68 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,58 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..b66fa74f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,70 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..0c64d10c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,104 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..846caa00 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,24 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..efe02a4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,9 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e93aa564 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7eb8e056 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,678 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..3b4ab9fd --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,795 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..c565c623 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,693 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..e947b9dd --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,705 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | | Eli | +| | | | | | | Richmond | +| | | | | | | Ari | +| | | | | | | Deja | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | | Jaleel | +| | | | | | | Keaton | +| | | | | | | Barbara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | | Viviane | +| | | | | | | Bette | +| | | | | | | Maida | +| | | | | | | Dejon | +| | | | | | | Noah | +| | | | | | | Leonardo | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | | Lolita | +| | | | | | | Katelynn | +| | | | | | | Alice | +| | | | | | | Frederik | +| | | | | | | Meredith | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | | Carey | +| | | | | | | Edna | +| | | | | | | Scottie | +| | | | | | | Oral | +| | | | | | | Theron | +| | | | | | | Jack | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | | Sharon | +| | | | | | | Alison | +| | | | | | | Mandy | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | | Mason | +| | | | | | | Myrl | +| | | | | | | Itzel | +| | | | | | | Pearlie | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | | Amos | +| | | | | | | Jaren | +| | | | | | | Steve | +| | | | | | | Jerald | +| | | | | | | Yvonne | +| | | | | | | Serenity | +| | | | | | | Trinity | +| | | | | | | Lonny | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | | Sammy | +| | | | | | | Otto | +| | | | | | | Joana | +| | | | | | | Jack | +| | | | | | | Raquel | +| | | | | | | Modesto | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | | Collin | +| | | | | | | Martine | +| | | | | | | Jeramy | +| | | | | | | Alfred | +| | | | | | | Zora | +| | | | | | | Kieran | +| | | | | | | Caleigh | +| | | | | | | Kiana | +| | | | | | | Casper | +| | | | | | | Allen | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | | Camille | +| | | | | | | Sylvan | +| | | | | | | Arielle | +| | | | | | | Elijah | +| | | | | | | Cheyanne | +| | | | | | | Bradly | +| | | | | | | Craig | +| | | | | | | Jaiden | +| | | | | | | Bennie | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | | Brannon | +| | | | | | | Barney | +| | | | | | | Briana | +| | | | | | | Jarod | +| | | | | | | Janae | +| | | | | | | Geovany | +| | | | | | | Cleve | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | | Dominic | +| | | | | | | Genesis | +| | | | | | | Saige | +| | | | | | | Delmer | +| | | | | | | Nia | +| | | | | | | George | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | | Margaret | +| | | | | | | Mckenzie | +| | | | | | | Iliana | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | | Garry | +| | | | | | | Einar | +| | | | | | | Casandra | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | | Emanuel | +| | | | | | | Clarabelle | +| | | | | | | Haven | +| | | | | | | Coy | +| | | | | | | Colten | +| | | | | | | Ricardo | +| | | | | | | Charlene | +| | | | | | | Kari | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | | Meaghan | +| | | | | | | Alexandra | +| | | | | | | Janice | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt similarity index 60% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt index 56d60df4..2ba6dd02 100644 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -1,22 +1,22 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..ac14f780 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,139 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..adc67b01 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,37 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..87034fe6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,49 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..61ad6967 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,145 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..aafc3f4c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,262 @@ ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++---------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..8f2967d9 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,160 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..b19eb88c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,172 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | | Heather | +| | | | | | | Ursula | +| | | | | | | Veda | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..c0692ab6 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,43 @@ ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..356a2e6c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,160 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..44071d68 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,58 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..b66fa74f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,70 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | | Myriam | +| | | | | | | Lue | +| | | | | | | Emery | +| | | | | | | Pearlie | +| | | | | | | Joey | +| | | | | | | Marielle | +| | | | | | | Jayne | +| | | | | | | Katelin | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..9fb54b05 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1,12 @@ ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..588be928 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,668 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | Heather | +| | | | | | Ursula | +| | | | | | Veda | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | Lowell | +| | | | | | Tiana | +| | | | | | Adam | +| | | | | | Jalyn | +| | | | | | Sydney | +| | | | | | Adell | +| | | | | | Raul | +| | | | | | Bertha | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | Maxwell | +| | | | | | Fermin | +| | | | | | Lauretta | +| | | | | | Forest | +| | | | | | Angeline | +| | | | | | Alexys | +| | | | | | Hyman | +| | | | | | Ariane | +| | | | | | Kaleigh | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | Max | +| | | | | | Gladyce | +| | | | | | Neha | +| | | | | | Modesto | +| | | | | | Kolby | +| | | | | | Addison | +| | | | | | Santa | +| | | | | | Lottie | +| | | | | | Coralie | +| | | | | | Madyson | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | Mason | +| | | | | | Myrl | +| | | | | | Itzel | +| | | | | | Pearlie | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | Alfonzo | +| | | | | | Scottie | +| | | | | | Linnie | +| | | | | | Jennie | +| | | | | | Liana | +| | | | | | Garfield | +| | | | | | Pauline | +| | | | | | Webster | +| | | | | | Gonzalo | +| | | | | | Kaylie | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | Brannon | +| | | | | | Barney | +| | | | | | Briana | +| | | | | | Jarod | +| | | | | | Janae | +| | | | | | Geovany | +| | | | | | Cleve | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | Esperanza | +| | | | | | Magnus | +| | | | | | Kiara | +| | | | | | Herminia | +| | | | | | Marcelino | +| | | | | | Yadira | +| | | | | | Raquel | +| | | | | | Damien | +| | | | | | Stuart | +| | | | | | Sandrine | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | Garry | +| | | | | | Einar | +| | | | | | Casandra | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | Maryjane | +| | | | | | Judy | +| | | | | | Kade | +| | | | | | Sarina | +| | | | | | Delbert | +| | | | | | Antoinette | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | Lonnie | +| | | | | | Sylvia | +| | | | | | Kade | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | Collin | +| | | | | | Martine | +| | | | | | Jeramy | +| | | | | | Alfred | +| | | | | | Zora | +| | | | | | Kieran | +| | | | | | Caleigh | +| | | | | | Kiana | +| | | | | | Casper | +| | | | | | Allen | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | Chance | +| | | | | | Isai | +| | | | | | Louie | +| | | | | | Marty | +| | | | | | Evelyn | +| | | | | | Hector | +| | | | | | Vickie | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | Allen | +| | | | | | Dulce | +| | | | | | Neoma | +| | | | | | Marcia | +| | | | | | Flavio | +| | | | | | Estrella | +| | | | | | Sean | +| | | | | | Harmon | +| | | | | | Karolann | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | Liza | +| | | | | | Raegan | +| | | | | | Keeley | +| | | | | | Otha | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | Garnet | +| | | | | | Ellis | +| | | | | | Cyrus | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | Margaret | +| | | | | | Mckenzie | +| | | | | | Iliana | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | Ervin | +| | | | | | Eileen | +| | | | | | Flo | +| | | | | | Jaeden | +| | | | | | Kaleb | +| | | | | | Luna | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | Carey | +| | | | | | Edna | +| | | | | | Scottie | +| | | | | | Oral | +| | | | | | Theron | +| | | | | | Jack | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | Katlynn | +| | | | | | Mike | +| | | | | | Pamela | +| | | | | | Kristopher | +| | | | | | Lucile | +| | | | | | Elian | +| | | | | | Jude | +| | | | | | Eryn | +| | | | | | Shad | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | Gus | +| | | | | | Juanita | +| | | | | | Gerald | +| | | | | | Aurelia | +| | | | | | Deon | +| | | | | | Kaleb | +| | | | | | Sanford | +| | | | | | Jessy | +| | | | | | Ena | +| | | | | | Andreane | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | Eli | +| | | | | | Richmond | +| | | | | | Ari | +| | | | | | Deja | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | Mack | +| | | | | | Mikayla | +| | | | | | Bobbie | +| | | | | | Eveline | +| | | | | | Jefferey | +| | | | | | Charlie | +| | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | Rod | +| | | | | | Cortez | +| | | | | | Ramona | +| | | | | | Bridie | +| | | | | | Lonzo | +| | | | | | Chance | +| | | | | | Lynn | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | Abelardo | +| | | | | | Ava | +| | | | | | Zion | +| | | | | | Adolphus | +| | | | | | Vincenzo | +| | | | | | Regan | +| | | | | | Chasity | +| | | | | | Emile | +| | | | | | Henriette | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | Jaren | +| | | | | | Saige | +| | | | | | Savanna | +| | | | | | Maye | +| | | | | | Schuyler | +| | | | | | Chandler | +| | | | | | Demario | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | Sharon | +| | | | | | Alison | +| | | | | | Mandy | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | Christy | +| | | | | | Antonette | +| | | | | | Citlalli | +| | | | | | Chaz | +| | | | | | Chaim | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | Meaghan | +| | | | | | Alexandra | +| | | | | | Janice | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | Keven | +| | | | | | Rubye | +| | | | | | Lois | +| | | | | | Lizzie | +| | | | | | Bethel | +| | | | | | Margaretta | +| | | | | | Steve | +| | | | | | Rosalind | +| | | | | | Remington | +| | | | | | Andres | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | Adaline | +| | | | | | Wilmer | +| | | | | | Alana | +| | | | | | Ryder | +| | | | | | Vivien | +| | | | | | Beatrice | +| | | | | | Quinn | +| | | | | | Joyce | +| | | | | | Rowena | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | Marion | +| | | | | | Norbert | +| | | | | | Birdie | +| | | | | | Nigel | +| | | | | | Dakota | +| | | | | | Salvatore | +| | | | | | Elvie | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | Chelsea | +| | | | | | Blanca | +| | | | | | Tillman | +| | | | | | Triston | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | Milan | +| | | | | | Caleb | +| | | | | | Rene | +| | | | | | Brendan | +| | | | | | Delores | +| | | | | | Tom | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | Larissa | +| | | | | | Marty | +| | | | | | Caterina | +| | | | | | Helen | +| | | | | | Kiley | +| | | | | | Shyanne | +| | | | | | Carissa | +| | | | | | Bennie | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | Armando | +| | | | | | Allan | +| | | | | | Gina | +| | | | | | Lilian | +| | | | | | Rocio | +| | | | | | Itzel | +| | | | | | Shawna | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | Xander | +| | | | | | Maye | +| | | | | | Cydney | +| | | | | | Danial | +| | | | | | Tony | +| | | | | | Dwight | +| | | | | | Ahmad | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | Elouise | +| | | | | | Jay | +| | | | | | Jewell | +| | | | | | Gladyce | +| | | | | | Ernie | +| | | | | | Felipa | +| | | | | | Gretchen | +| | | | | | Vaughn | +| | | | | | Cordia | +| | | | | | Rhiannon | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | Tabitha | +| | | | | | Lela | +| | | | | | Veronica | +| | | | | | Clement | +| | | | | | Duncan | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | Finn | +| | | | | | Magnolia | +| | | | | | Anderson | +| | | | | | Elinore | +| | | | | | Jorge | +| | | | | | Bo | +| | | | | | Brennan | +| | | | | | Clemens | +| | | | | | Antonette | +| | | | | | Aliyah | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | Kailey | +| | | | | | Federico | +| | | | | | Kirk | +| | | | | | Madonna | +| | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | Eliseo | +| | | | | | Jett | +| | | | | | Brown | +| | | | | | Kenya | +| | | | | | Jazmin | +| | | | | | Adriana | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | Jennifer | +| | | | | | Stefan | +| | | | | | Velva | +| | | | | | Leone | +| | | | | | Maritza | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | Emanuel | +| | | | | | Clarabelle | +| | | | | | Haven | +| | | | | | Coy | +| | | | | | Colten | +| | | | | | Ricardo | +| | | | | | Charlene | +| | | | | | Kari | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | Sammy | +| | | | | | Otto | +| | | | | | Joana | +| | | | | | Jack | +| | | | | | Raquel | +| | | | | | Modesto | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | Alaina | +| | | | | | Lenora | +| | | | | | Abbigail | +| | | | | | Carlo | +| | | | | | Lyric | +| | | | | | Hadley | +| | | | | | Ethan | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | Domenica | +| | | | | | Camila | +| | | | | | Marie | +| | | | | | Norberto | +| | | | | | Liana | +| | | | | | Nash | +| | | | | | Kasandra | +| | | | | | Janae | +| | | | | | Abbey | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | Zachery | +| | | | | | Ford | +| | | | | | Horace | +| | | | | | Amir | +| | | | | | Julius | +| | | | | | Deron | +| | | | | | Graciela | +| | | | | | Claire | +| | | | | | Shyanne | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | Nakia | +| | | | | | Luciano | +| | | | | | Brice | +| | | | | | Providenci | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | Alena | +| | | | | | Jerod | +| | | | | | Felton | +| | | | | | Brenda | +| | | | | | Santos | +| | | | | | Reagan | +| | | | | | Damion | +| | | | | | Efrain | +| | | | | | Rose | +| | | | | | Myriam | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | Paula | +| | | | | | Rosario | +| | | | | | Jamey | +| | | | | | Ruth | +| | | | | | Rosalia | +| | | | | | Gayle | +| | | | | | Destiney | +| | | | | | Mertie | +| | | | | | Buford | +| | | | | | Otis | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | Michale | +| | | | | | Oscar | +| | | | | | Lenna | +| | | | | | Angie | +| | | | | | Natasha | +| | | | | | Luella | +| | | | | | Rubie | +| | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | Christa | +| | | | | | Verner | +| | | | | | Demetrius | +| | | | | | Aylin | +| | | | | | Dovie | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | Camille | +| | | | | | Sylvan | +| | | | | | Arielle | +| | | | | | Elijah | +| | | | | | Cheyanne | +| | | | | | Bradly | +| | | | | | Craig | +| | | | | | Jaiden | +| | | | | | Bennie | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | Madelynn | +| | | | | | Coleman | +| | | | | | Kay | +| | | | | | Jayne | +| | | | | | Regan | +| | | | | | Sarah | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | Elva | +| | | | | | Verner | +| | | | | | Adrianna | +| | | | | | Sarai | +| | | | | | Pinkie | +| | | | | | Clark | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | Rebeka | +| | | | | | Lucinda | +| | | | | | Lizzie | +| | | | | | Gerson | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | Zane | +| | | | | | Lacey | +| | | | | | Conor | +| | | | | | Fermin | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | Kirsten | +| | | | | | Alberto | +| | | | | | Cornell | +| | | | | | Malika | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | Viviane | +| | | | | | Bette | +| | | | | | Maida | +| | | | | | Dejon | +| | | | | | Noah | +| | | | | | Leonardo | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | Ciara | +| | | | | | May | +| | | | | | Quinn | +| | | | | | Gaetano | +| | | | | | Charity | +| | | | | | Neha | +| | | | | | Ola | +| | | | | | Beverly | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | Jenifer | +| | | | | | Hilda | +| | | | | | Ezekiel | +| | | | | | Lelia | +| | | | | | Hubert | +| | | | | | Ruthie | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | Dominic | +| | | | | | Genesis | +| | | | | | Saige | +| | | | | | Delmer | +| | | | | | Nia | +| | | | | | George | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | Viola | +| | | | | | Torey | +| | | | | | Domenick | +| | | | | | Braulio | +| | | | | | Chyna | +| | | | | | Reginald | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | Maryjane | +| | | | | | Carley | +| | | | | | Carrie | +| | | | | | Norma | +| | | | | | Della | +| | | | | | Savion | +| | | | | | Arely | +| | | | | | Chelsie | +| | | | | | Gail | +| | | | | | Godfrey | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | Darron | +| | | | | | Ryder | +| | | | | | Jason | +| | | | | | Jabari | +| | | | | | Donald | +| | | | | | Mathias | +| | | | | | Alberta | +| | | | | | Koby | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | Aditya | +| | | | | | Summer | +| | | | | | Andres | +| | | | | | Filiberto | +| | | | | | Rae | +| | | | | | Serenity | +| | | | | | Leta | +| | | | | | Amelia | +| | | | | | Clemens | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | Amos | +| | | | | | Jaren | +| | | | | | Steve | +| | | | | | Jerald | +| | | | | | Yvonne | +| | | | | | Serenity | +| | | | | | Trinity | +| | | | | | Lonny | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | Viola | +| | | | | | Gaetano | +| | | | | | Kaitlyn | +| | | | | | Jerrod | +| | | | | | Orin | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | Jaleel | +| | | | | | Keaton | +| | | | | | Barbara | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | Alejandrin | +| | | | | | Enrico | +| | | | | | Elisha | +| | | | | | Ardella | +| | | | | | Waylon | +| | | | | | Rhiannon | +| | | | | | Sigmund | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | Della | +| | | | | | Jena | +| | | | | | Rene | +| | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | Dane | +| | | | | | Leonor | +| | | | | | Charles | +| | | | | | Laury | +| | | | | | Henry | +| | | | | | Myrtie | +| | | | | | Dillon | +| | | | | | Ronny | +| | | | | | Audrey | +| | | | | | Wiley | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | Lolita | +| | | | | | Katelynn | +| | | | | | Alice | +| | | | | | Frederik | +| | | | | | Meredith | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | Estevan | +| | | | | | Agnes | +| | | | | | Alta | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | Lela | +| | | | | | Flossie | +| | | | | | Leone | +| | | | | | Ariel | +| | | | | | Reece | +| | | | | | Ethan | +| | | | | | Joshuah | +| | | | | | Elva | +| | | | | | Gunnar | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | Arturo | +| | | | | | Katlyn | +| | | | | | Arnaldo | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | Claudia | +| | | | | | Berenice | +| | | | | | Arielle | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | Jovan | +| | | | | | Ottilie | +| | | | | | Alessandro | +| | | | | | Dawn | +| | | | | | Letitia | +| | | | | | Florine | +| | | | | | Allan | +| | | | | | Claudie | +| | | | | | Joyce | +| | | | | | Oren | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | Margot | +| | | | | | Sandra | +| | | | | | Baylee | +| | | | | | Davon | +| | | | | | Ova | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | Dorothea | +| | | | | | Jerod | +| | | | | | Chesley | +| | | | | | Maximillian | +| | | | | | Rae | +| | | | | | Amanda | +| | | | | | Price | +| | | | | | Vaughn | +| | | | | | Filiberto | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..4f38db7b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,135 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | Heather | +| | | | | | Ursula | +| | | | | | Veda | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..02d25049 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,33 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index c5e2cf3c..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | Judson | https://wilson.net | -| | | | | Guadalupe | http://otho.info | -| | | | | General | https://skylar.name | -| | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index b8a62809..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 56d60df4..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index cfa5fe02..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index c86de4e6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,88 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 6581302b..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,207 +0,0 @@ -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index 718afa0c..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,102 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index 405f4ffd..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,108 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | | | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | | | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | | | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | | | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | | | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | | | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | | | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | | | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | | | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | | | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | | | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | | | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | | | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | | | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | | | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | | | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | | | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | | | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | | | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | | | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | | | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | | | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | | | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | | | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | | | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | | | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | | | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | | | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | | | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | | | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | | | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | | | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | | | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | | | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | | | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | | | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | | | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | | | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | | | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | | | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | | | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | | | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | | | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | | | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | | | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | | | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | | | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | | | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | | | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | | | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | | | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 57237c3a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 473fe4b6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index 02ee583a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index f7fc593f..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,25 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 7a8aa2e1..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,144 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 7e451066..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,39 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index 7a27f7ec..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,45 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | | | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | | | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | | | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | | | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | | | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | | | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | | | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | | | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index 10a87626..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,12 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 93e7d3b9..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,131 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index bb49cd9e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,26 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index e3396b57..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,32 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | | | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | | | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | | | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | | | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index c863470e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,84 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 095023af..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,21 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 258c70b1..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..cc229adf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..dea042f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,573 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..70266c5b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,683 @@ ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..672e6867 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,588 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..22706089 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,600 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..def8a751 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..3f3f767d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,134 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..0de40ba4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,244 @@ ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..416ee60b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,149 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..0479603f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,161 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..3b692704 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,35 @@ ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..8e42aef4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,145 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..ad25ebea --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,50 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..4f7c9e5c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,62 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..7951bb61 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,85 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..60b991e3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,22 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..26c29140 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,8 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..cc229adf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..dea042f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,573 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..70266c5b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,683 @@ ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..672e6867 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,588 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..22706089 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,600 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | | Arturo | +| | | | | | | Katlyn | +| | | | | | | Arnaldo | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | | Zachery | +| | | | | | | Ford | +| | | | | | | Horace | +| | | | | | | Amir | +| | | | | | | Julius | +| | | | | | | Deron | +| | | | | | | Graciela | +| | | | | | | Claire | +| | | | | | | Shyanne | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | | Finn | +| | | | | | | Magnolia | +| | | | | | | Anderson | +| | | | | | | Elinore | +| | | | | | | Jorge | +| | | | | | | Bo | +| | | | | | | Brennan | +| | | | | | | Clemens | +| | | | | | | Antonette | +| | | | | | | Aliyah | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | | Marion | +| | | | | | | Norbert | +| | | | | | | Birdie | +| | | | | | | Nigel | +| | | | | | | Dakota | +| | | | | | | Salvatore | +| | | | | | | Elvie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | | Viola | +| | | | | | | Torey | +| | | | | | | Domenick | +| | | | | | | Braulio | +| | | | | | | Chyna | +| | | | | | | Reginald | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | | Jenifer | +| | | | | | | Hilda | +| | | | | | | Ezekiel | +| | | | | | | Lelia | +| | | | | | | Hubert | +| | | | | | | Ruthie | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | | Darron | +| | | | | | | Ryder | +| | | | | | | Jason | +| | | | | | | Jabari | +| | | | | | | Donald | +| | | | | | | Mathias | +| | | | | | | Alberta | +| | | | | | | Koby | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | | Chelsea | +| | | | | | | Blanca | +| | | | | | | Tillman | +| | | | | | | Triston | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | | Claudia | +| | | | | | | Berenice | +| | | | | | | Arielle | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | | Alejandrin | +| | | | | | | Enrico | +| | | | | | | Elisha | +| | | | | | | Ardella | +| | | | | | | Waylon | +| | | | | | | Rhiannon | +| | | | | | | Sigmund | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | | Adaline | +| | | | | | | Wilmer | +| | | | | | | Alana | +| | | | | | | Ryder | +| | | | | | | Vivien | +| | | | | | | Beatrice | +| | | | | | | Quinn | +| | | | | | | Joyce | +| | | | | | | Rowena | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | | Jaren | +| | | | | | | Saige | +| | | | | | | Savanna | +| | | | | | | Maye | +| | | | | | | Schuyler | +| | | | | | | Chandler | +| | | | | | | Demario | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | | Allen | +| | | | | | | Dulce | +| | | | | | | Neoma | +| | | | | | | Marcia | +| | | | | | | Flavio | +| | | | | | | Estrella | +| | | | | | | Sean | +| | | | | | | Harmon | +| | | | | | | Karolann | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | | Chance | +| | | | | | | Isai | +| | | | | | | Louie | +| | | | | | | Marty | +| | | | | | | Evelyn | +| | | | | | | Hector | +| | | | | | | Vickie | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | | Paula | +| | | | | | | Rosario | +| | | | | | | Jamey | +| | | | | | | Ruth | +| | | | | | | Rosalia | +| | | | | | | Gayle | +| | | | | | | Destiney | +| | | | | | | Mertie | +| | | | | | | Buford | +| | | | | | | Otis | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | | Liza | +| | | | | | | Raegan | +| | | | | | | Keeley | +| | | | | | | Otha | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | | Max | +| | | | | | | Gladyce | +| | | | | | | Neha | +| | | | | | | Modesto | +| | | | | | | Kolby | +| | | | | | | Addison | +| | | | | | | Santa | +| | | | | | | Lottie | +| | | | | | | Coralie | +| | | | | | | Madyson | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | | Dorothea | +| | | | | | | Jerod | +| | | | | | | Chesley | +| | | | | | | Maximillian | +| | | | | | | Rae | +| | | | | | | Amanda | +| | | | | | | Price | +| | | | | | | Vaughn | +| | | | | | | Filiberto | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | | Kirsten | +| | | | | | | Alberto | +| | | | | | | Cornell | +| | | | | | | Malika | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | | Garnet | +| | | | | | | Ellis | +| | | | | | | Cyrus | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | | Aditya | +| | | | | | | Summer | +| | | | | | | Andres | +| | | | | | | Filiberto | +| | | | | | | Rae | +| | | | | | | Serenity | +| | | | | | | Leta | +| | | | | | | Amelia | +| | | | | | | Clemens | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | | Katlynn | +| | | | | | | Mike | +| | | | | | | Pamela | +| | | | | | | Kristopher | +| | | | | | | Lucile | +| | | | | | | Elian | +| | | | | | | Jude | +| | | | | | | Eryn | +| | | | | | | Shad | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | | Esperanza | +| | | | | | | Magnus | +| | | | | | | Kiara | +| | | | | | | Herminia | +| | | | | | | Marcelino | +| | | | | | | Yadira | +| | | | | | | Raquel | +| | | | | | | Damien | +| | | | | | | Stuart | +| | | | | | | Sandrine | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | | Elva | +| | | | | | | Verner | +| | | | | | | Adrianna | +| | | | | | | Sarai | +| | | | | | | Pinkie | +| | | | | | | Clark | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | | Lela | +| | | | | | | Flossie | +| | | | | | | Leone | +| | | | | | | Ariel | +| | | | | | | Reece | +| | | | | | | Ethan | +| | | | | | | Joshuah | +| | | | | | | Elva | +| | | | | | | Gunnar | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | | Ciara | +| | | | | | | May | +| | | | | | | Quinn | +| | | | | | | Gaetano | +| | | | | | | Charity | +| | | | | | | Neha | +| | | | | | | Ola | +| | | | | | | Beverly | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | | Domenica | +| | | | | | | Camila | +| | | | | | | Marie | +| | | | | | | Norberto | +| | | | | | | Liana | +| | | | | | | Nash | +| | | | | | | Kasandra | +| | | | | | | Janae | +| | | | | | | Abbey | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | | Alaina | +| | | | | | | Lenora | +| | | | | | | Abbigail | +| | | | | | | Carlo | +| | | | | | | Lyric | +| | | | | | | Hadley | +| | | | | | | Ethan | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | | Armando | +| | | | | | | Allan | +| | | | | | | Gina | +| | | | | | | Lilian | +| | | | | | | Rocio | +| | | | | | | Itzel | +| | | | | | | Shawna | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | | Maxwell | +| | | | | | | Fermin | +| | | | | | | Lauretta | +| | | | | | | Forest | +| | | | | | | Angeline | +| | | | | | | Alexys | +| | | | | | | Hyman | +| | | | | | | Ariane | +| | | | | | | Kaleigh | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | | Maryjane | +| | | | | | | Carley | +| | | | | | | Carrie | +| | | | | | | Norma | +| | | | | | | Della | +| | | | | | | Savion | +| | | | | | | Arely | +| | | | | | | Chelsie | +| | | | | | | Gail | +| | | | | | | Godfrey | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | | Alfonzo | +| | | | | | | Scottie | +| | | | | | | Linnie | +| | | | | | | Jennie | +| | | | | | | Liana | +| | | | | | | Garfield | +| | | | | | | Pauline | +| | | | | | | Webster | +| | | | | | | Gonzalo | +| | | | | | | Kaylie | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | | Lowell | +| | | | | | | Tiana | +| | | | | | | Adam | +| | | | | | | Jalyn | +| | | | | | | Sydney | +| | | | | | | Adell | +| | | | | | | Raul | +| | | | | | | Bertha | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | | Kailey | +| | | | | | | Federico | +| | | | | | | Kirk | +| | | | | | | Madonna | +| | | | | | | Rose | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | | Abelardo | +| | | | | | | Ava | +| | | | | | | Zion | +| | | | | | | Adolphus | +| | | | | | | Vincenzo | +| | | | | | | Regan | +| | | | | | | Chasity | +| | | | | | | Emile | +| | | | | | | Henriette | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | | Larissa | +| | | | | | | Marty | +| | | | | | | Caterina | +| | | | | | | Helen | +| | | | | | | Kiley | +| | | | | | | Shyanne | +| | | | | | | Carissa | +| | | | | | | Bennie | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | | Dane | +| | | | | | | Leonor | +| | | | | | | Charles | +| | | | | | | Laury | +| | | | | | | Henry | +| | | | | | | Myrtie | +| | | | | | | Dillon | +| | | | | | | Ronny | +| | | | | | | Audrey | +| | | | | | | Wiley | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | | Madelynn | +| | | | | | | Coleman | +| | | | | | | Kay | +| | | | | | | Jayne | +| | | | | | | Regan | +| | | | | | | Sarah | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | | Gus | +| | | | | | | Juanita | +| | | | | | | Gerald | +| | | | | | | Aurelia | +| | | | | | | Deon | +| | | | | | | Kaleb | +| | | | | | | Sanford | +| | | | | | | Jessy | +| | | | | | | Ena | +| | | | | | | Andreane | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | | Xander | +| | | | | | | Maye | +| | | | | | | Cydney | +| | | | | | | Danial | +| | | | | | | Tony | +| | | | | | | Dwight | +| | | | | | | Ahmad | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | | Christy | +| | | | | | | Antonette | +| | | | | | | Citlalli | +| | | | | | | Chaz | +| | | | | | | Chaim | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | | Tabitha | +| | | | | | | Lela | +| | | | | | | Veronica | +| | | | | | | Clement | +| | | | | | | Duncan | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | | Zane | +| | | | | | | Lacey | +| | | | | | | Conor | +| | | | | | | Fermin | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | | Jovan | +| | | | | | | Ottilie | +| | | | | | | Alessandro | +| | | | | | | Dawn | +| | | | | | | Letitia | +| | | | | | | Florine | +| | | | | | | Allan | +| | | | | | | Claudie | +| | | | | | | Joyce | +| | | | | | | Oren | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | | Elouise | +| | | | | | | Jay | +| | | | | | | Jewell | +| | | | | | | Gladyce | +| | | | | | | Ernie | +| | | | | | | Felipa | +| | | | | | | Gretchen | +| | | | | | | Vaughn | +| | | | | | | Cordia | +| | | | | | | Rhiannon | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | | Margot | +| | | | | | | Sandra | +| | | | | | | Baylee | +| | | | | | | Davon | +| | | | | | | Ova | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | | Lonnie | +| | | | | | | Sylvia | +| | | | | | | Kade | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | | Mack | +| | | | | | | Mikayla | +| | | | | | | Bobbie | +| | | | | | | Eveline | +| | | | | | | Jefferey | +| | | | | | | Charlie | +| | | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | | Rod | +| | | | | | | Cortez | +| | | | | | | Ramona | +| | | | | | | Bridie | +| | | | | | | Lonzo | +| | | | | | | Chance | +| | | | | | | Lynn | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | | Eliseo | +| | | | | | | Jett | +| | | | | | | Brown | +| | | | | | | Kenya | +| | | | | | | Jazmin | +| | | | | | | Adriana | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | | Nakia | +| | | | | | | Luciano | +| | | | | | | Brice | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | | Rebeka | +| | | | | | | Lucinda | +| | | | | | | Lizzie | +| | | | | | | Gerson | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | | Jennifer | +| | | | | | | Stefan | +| | | | | | | Velva | +| | | | | | | Leone | +| | | | | | | Maritza | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | | Estevan | +| | | | | | | Agnes | +| | | | | | | Alta | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | | Keven | +| | | | | | | Rubye | +| | | | | | | Lois | +| | | | | | | Lizzie | +| | | | | | | Bethel | +| | | | | | | Margaretta | +| | | | | | | Steve | +| | | | | | | Rosalind | +| | | | | | | Remington | +| | | | | | | Andres | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | | Della | +| | | | | | | Jena | +| | | | | | | Rene | +| | | | | | | Trever | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | | Maryjane | +| | | | | | | Judy | +| | | | | | | Kade | +| | | | | | | Sarina | +| | | | | | | Delbert | +| | | | | | | Antoinette | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | | Alena | +| | | | | | | Jerod | +| | | | | | | Felton | +| | | | | | | Brenda | +| | | | | | | Santos | +| | | | | | | Reagan | +| | | | | | | Damion | +| | | | | | | Efrain | +| | | | | | | Rose | +| | | | | | | Myriam | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | | Michale | +| | | | | | | Oscar | +| | | | | | | Lenna | +| | | | | | | Angie | +| | | | | | | Natasha | +| | | | | | | Luella | +| | | | | | | Rubie | +| | | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | | Christa | +| | | | | | | Verner | +| | | | | | | Demetrius | +| | | | | | | Aylin | +| | | | | | | Dovie | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | | Milan | +| | | | | | | Caleb | +| | | | | | | Rene | +| | | | | | | Brendan | +| | | | | | | Delores | +| | | | | | | Tom | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | | Ervin | +| | | | | | | Eileen | +| | | | | | | Flo | +| | | | | | | Jaeden | +| | | | | | | Kaleb | +| | | | | | | Luna | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | | Viola | +| | | | | | | Gaetano | +| | | | | | | Kaitlyn | +| | | | | | | Jerrod | +| | | | | | | Orin | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+----------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..def8a751 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..3f3f767d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,134 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..0de40ba4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,244 @@ ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++---------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..416ee60b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,149 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..0479603f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,161 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | | Cassie | +| | | | | | | Clinton | +| | | | | | | Delaney | +| | | | | | | Gretchen | +| | | | | | | Janae | +| | | | | | | Trent | +| | | | | | | Arvid | +| | | | | | | Sedrick | +| | | | | | | Einar | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | | Burnice | +| | | | | | | Heather | +| | | | | | | Kristy | +| | | | | | | Vicky | +| | | | | | | Dahlia | +| | | | | | | Darwin | +| | | | | | | Cristal | +| | | | | | | Janice | +| | | | | | | Everett | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | | Brenna | +| | | | | | | Demarco | +| | | | | | | Angel | +| | | | | | | Felicity | +| | | | | | | Cayla | +| | | | | | | Jeff | +| | | | | | | Sophie | +| | | | | | | Cruz | +| | | | | | | Nikko | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | | Heaven | +| | | | | | | Harold | +| | | | | | | Toy | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | | Ellie | +| | | | | | | Anastasia | +| | | | | | | Rico | +| | | | | | | Jerrell | +| | | | | | | Logan | +| | | | | | | Rashawn | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | | Mae | +| | | | | | | Leanne | +| | | | | | | Santos | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | | Una | +| | | | | | | Willard | +| | | | | | | Carole | +| | | | | | | Eloy | +| | | | | | | Tre | +| | | | | | | Nelson | +| | | | | | | Alaina | +| | | | | | | Dante | +| | | | | | | Ethel | +| | | | | | | Loyce | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | | Raphaelle | +| | | | | | | Paula | +| | | | | | | Myrl | +| | | | | | | Enos | +| | | | | | | Everette | +| | | | | | | Elwyn | +| | | | | | | Jarret | +| | | | | | | Raven | +| | | | | | | Darrel | +| | | | | | | Providenci | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | | Raegan | +| | | | | | | Dusty | +| | | | | | | Camila | +| | | | | | | Kayla | +| | | | | | | Heath | +| | | | | | | Consuelo | +| | | | | | | Rogelio | +| | | | | | | Aurelie | +| | | | | | | Hyman | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | | Forrest | +| | | | | | | Reginald | +| | | | | | | Beaulah | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | | Laurie | +| | | | | | | Concepcion | +| | | | | | | Anderson | +| | | | | | | Minerva | +| | | | | | | Quinten | +| | | | | | | Felicita | +| | | | | | | Leilani | +| | | | | | | Shaina | +| | | | | | | Freddie | +| | | | | | | Christina | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | | Stuart | +| | | | | | | Brenden | +| | | | | | | Hunter | +| | | | | | | Heaven | +| | | | | | | Thea | +| | | | | | | Gene | +| | | | | | | Jonathan | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | | Candace | +| | | | | | | Annabelle | +| | | | | | | Rickey | +| | | | | | | Alessandro | +| | | | | | | Katelyn | +| | | | | | | Otho | +| | | | | | | Destin | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | | Ewald | +| | | | | | | Kari | +| | | | | | | Uriel | +| | | | | | | Celine | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..3b692704 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,35 @@ ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | ++-------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..8e42aef4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,145 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..ad25ebea --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,50 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..4f7c9e5c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,62 @@ ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | | Rodrigo | +| | | | | | | Destany | +| | | | | | | Dakota | +| | | | | | | Bridie | +| | | | | | | Velva | +| | | | | | | Dewitt | +| | | | | | | Kory | +| | | | | | | Kade | +| | | | | | | Clotilde | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | | Rebecca | +| | | | | | | Dedrick | +| | | | | | | Keagan | +| | | | | | | Laury | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | | Neal | +| | | | | | | Dustin | +| | | | | | | Kelley | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | | Juana | +| | | | | | | Una | +| | | | | | | Tito | +| | | | | | | Floyd | +| | | | | | | Kara | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..4e108464 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+--------------------+---------------------+---------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++---------+---------+----------------------------+--------------------+---------------------+---------+ ++---------+---------+----------------------------+--------------------+---------------------+---------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ff4a177c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,563 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | Lowell | +| | | | | | Tiana | +| | | | | | Adam | +| | | | | | Jalyn | +| | | | | | Sydney | +| | | | | | Adell | +| | | | | | Raul | +| | | | | | Bertha | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | Maxwell | +| | | | | | Fermin | +| | | | | | Lauretta | +| | | | | | Forest | +| | | | | | Angeline | +| | | | | | Alexys | +| | | | | | Hyman | +| | | | | | Ariane | +| | | | | | Kaleigh | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | Max | +| | | | | | Gladyce | +| | | | | | Neha | +| | | | | | Modesto | +| | | | | | Kolby | +| | | | | | Addison | +| | | | | | Santa | +| | | | | | Lottie | +| | | | | | Coralie | +| | | | | | Madyson | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | Alfonzo | +| | | | | | Scottie | +| | | | | | Linnie | +| | | | | | Jennie | +| | | | | | Liana | +| | | | | | Garfield | +| | | | | | Pauline | +| | | | | | Webster | +| | | | | | Gonzalo | +| | | | | | Kaylie | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | Esperanza | +| | | | | | Magnus | +| | | | | | Kiara | +| | | | | | Herminia | +| | | | | | Marcelino | +| | | | | | Yadira | +| | | | | | Raquel | +| | | | | | Damien | +| | | | | | Stuart | +| | | | | | Sandrine | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | Maryjane | +| | | | | | Judy | +| | | | | | Kade | +| | | | | | Sarina | +| | | | | | Delbert | +| | | | | | Antoinette | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | Lonnie | +| | | | | | Sylvia | +| | | | | | Kade | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | Chance | +| | | | | | Isai | +| | | | | | Louie | +| | | | | | Marty | +| | | | | | Evelyn | +| | | | | | Hector | +| | | | | | Vickie | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | Allen | +| | | | | | Dulce | +| | | | | | Neoma | +| | | | | | Marcia | +| | | | | | Flavio | +| | | | | | Estrella | +| | | | | | Sean | +| | | | | | Harmon | +| | | | | | Karolann | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | Liza | +| | | | | | Raegan | +| | | | | | Keeley | +| | | | | | Otha | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | Garnet | +| | | | | | Ellis | +| | | | | | Cyrus | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | Ervin | +| | | | | | Eileen | +| | | | | | Flo | +| | | | | | Jaeden | +| | | | | | Kaleb | +| | | | | | Luna | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | Katlynn | +| | | | | | Mike | +| | | | | | Pamela | +| | | | | | Kristopher | +| | | | | | Lucile | +| | | | | | Elian | +| | | | | | Jude | +| | | | | | Eryn | +| | | | | | Shad | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | Gus | +| | | | | | Juanita | +| | | | | | Gerald | +| | | | | | Aurelia | +| | | | | | Deon | +| | | | | | Kaleb | +| | | | | | Sanford | +| | | | | | Jessy | +| | | | | | Ena | +| | | | | | Andreane | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | Mack | +| | | | | | Mikayla | +| | | | | | Bobbie | +| | | | | | Eveline | +| | | | | | Jefferey | +| | | | | | Charlie | +| | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | Rod | +| | | | | | Cortez | +| | | | | | Ramona | +| | | | | | Bridie | +| | | | | | Lonzo | +| | | | | | Chance | +| | | | | | Lynn | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | Abelardo | +| | | | | | Ava | +| | | | | | Zion | +| | | | | | Adolphus | +| | | | | | Vincenzo | +| | | | | | Regan | +| | | | | | Chasity | +| | | | | | Emile | +| | | | | | Henriette | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | Jaren | +| | | | | | Saige | +| | | | | | Savanna | +| | | | | | Maye | +| | | | | | Schuyler | +| | | | | | Chandler | +| | | | | | Demario | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | Christy | +| | | | | | Antonette | +| | | | | | Citlalli | +| | | | | | Chaz | +| | | | | | Chaim | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | Keven | +| | | | | | Rubye | +| | | | | | Lois | +| | | | | | Lizzie | +| | | | | | Bethel | +| | | | | | Margaretta | +| | | | | | Steve | +| | | | | | Rosalind | +| | | | | | Remington | +| | | | | | Andres | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | Adaline | +| | | | | | Wilmer | +| | | | | | Alana | +| | | | | | Ryder | +| | | | | | Vivien | +| | | | | | Beatrice | +| | | | | | Quinn | +| | | | | | Joyce | +| | | | | | Rowena | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | Marion | +| | | | | | Norbert | +| | | | | | Birdie | +| | | | | | Nigel | +| | | | | | Dakota | +| | | | | | Salvatore | +| | | | | | Elvie | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | Chelsea | +| | | | | | Blanca | +| | | | | | Tillman | +| | | | | | Triston | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | Milan | +| | | | | | Caleb | +| | | | | | Rene | +| | | | | | Brendan | +| | | | | | Delores | +| | | | | | Tom | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | Larissa | +| | | | | | Marty | +| | | | | | Caterina | +| | | | | | Helen | +| | | | | | Kiley | +| | | | | | Shyanne | +| | | | | | Carissa | +| | | | | | Bennie | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | Armando | +| | | | | | Allan | +| | | | | | Gina | +| | | | | | Lilian | +| | | | | | Rocio | +| | | | | | Itzel | +| | | | | | Shawna | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | Xander | +| | | | | | Maye | +| | | | | | Cydney | +| | | | | | Danial | +| | | | | | Tony | +| | | | | | Dwight | +| | | | | | Ahmad | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | Elouise | +| | | | | | Jay | +| | | | | | Jewell | +| | | | | | Gladyce | +| | | | | | Ernie | +| | | | | | Felipa | +| | | | | | Gretchen | +| | | | | | Vaughn | +| | | | | | Cordia | +| | | | | | Rhiannon | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | Tabitha | +| | | | | | Lela | +| | | | | | Veronica | +| | | | | | Clement | +| | | | | | Duncan | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | Finn | +| | | | | | Magnolia | +| | | | | | Anderson | +| | | | | | Elinore | +| | | | | | Jorge | +| | | | | | Bo | +| | | | | | Brennan | +| | | | | | Clemens | +| | | | | | Antonette | +| | | | | | Aliyah | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | Kailey | +| | | | | | Federico | +| | | | | | Kirk | +| | | | | | Madonna | +| | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | Eliseo | +| | | | | | Jett | +| | | | | | Brown | +| | | | | | Kenya | +| | | | | | Jazmin | +| | | | | | Adriana | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | Jennifer | +| | | | | | Stefan | +| | | | | | Velva | +| | | | | | Leone | +| | | | | | Maritza | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | Alaina | +| | | | | | Lenora | +| | | | | | Abbigail | +| | | | | | Carlo | +| | | | | | Lyric | +| | | | | | Hadley | +| | | | | | Ethan | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | Domenica | +| | | | | | Camila | +| | | | | | Marie | +| | | | | | Norberto | +| | | | | | Liana | +| | | | | | Nash | +| | | | | | Kasandra | +| | | | | | Janae | +| | | | | | Abbey | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | Zachery | +| | | | | | Ford | +| | | | | | Horace | +| | | | | | Amir | +| | | | | | Julius | +| | | | | | Deron | +| | | | | | Graciela | +| | | | | | Claire | +| | | | | | Shyanne | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | Nakia | +| | | | | | Luciano | +| | | | | | Brice | +| | | | | | Providenci | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | Alena | +| | | | | | Jerod | +| | | | | | Felton | +| | | | | | Brenda | +| | | | | | Santos | +| | | | | | Reagan | +| | | | | | Damion | +| | | | | | Efrain | +| | | | | | Rose | +| | | | | | Myriam | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | Paula | +| | | | | | Rosario | +| | | | | | Jamey | +| | | | | | Ruth | +| | | | | | Rosalia | +| | | | | | Gayle | +| | | | | | Destiney | +| | | | | | Mertie | +| | | | | | Buford | +| | | | | | Otis | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | Michale | +| | | | | | Oscar | +| | | | | | Lenna | +| | | | | | Angie | +| | | | | | Natasha | +| | | | | | Luella | +| | | | | | Rubie | +| | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | Christa | +| | | | | | Verner | +| | | | | | Demetrius | +| | | | | | Aylin | +| | | | | | Dovie | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | Madelynn | +| | | | | | Coleman | +| | | | | | Kay | +| | | | | | Jayne | +| | | | | | Regan | +| | | | | | Sarah | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | Elva | +| | | | | | Verner | +| | | | | | Adrianna | +| | | | | | Sarai | +| | | | | | Pinkie | +| | | | | | Clark | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | Rebeka | +| | | | | | Lucinda | +| | | | | | Lizzie | +| | | | | | Gerson | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | Zane | +| | | | | | Lacey | +| | | | | | Conor | +| | | | | | Fermin | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | Kirsten | +| | | | | | Alberto | +| | | | | | Cornell | +| | | | | | Malika | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | Ciara | +| | | | | | May | +| | | | | | Quinn | +| | | | | | Gaetano | +| | | | | | Charity | +| | | | | | Neha | +| | | | | | Ola | +| | | | | | Beverly | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | Jenifer | +| | | | | | Hilda | +| | | | | | Ezekiel | +| | | | | | Lelia | +| | | | | | Hubert | +| | | | | | Ruthie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | Viola | +| | | | | | Torey | +| | | | | | Domenick | +| | | | | | Braulio | +| | | | | | Chyna | +| | | | | | Reginald | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | Maryjane | +| | | | | | Carley | +| | | | | | Carrie | +| | | | | | Norma | +| | | | | | Della | +| | | | | | Savion | +| | | | | | Arely | +| | | | | | Chelsie | +| | | | | | Gail | +| | | | | | Godfrey | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | Darron | +| | | | | | Ryder | +| | | | | | Jason | +| | | | | | Jabari | +| | | | | | Donald | +| | | | | | Mathias | +| | | | | | Alberta | +| | | | | | Koby | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | Aditya | +| | | | | | Summer | +| | | | | | Andres | +| | | | | | Filiberto | +| | | | | | Rae | +| | | | | | Serenity | +| | | | | | Leta | +| | | | | | Amelia | +| | | | | | Clemens | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | Viola | +| | | | | | Gaetano | +| | | | | | Kaitlyn | +| | | | | | Jerrod | +| | | | | | Orin | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | Alejandrin | +| | | | | | Enrico | +| | | | | | Elisha | +| | | | | | Ardella | +| | | | | | Waylon | +| | | | | | Rhiannon | +| | | | | | Sigmund | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | Della | +| | | | | | Jena | +| | | | | | Rene | +| | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | Dane | +| | | | | | Leonor | +| | | | | | Charles | +| | | | | | Laury | +| | | | | | Henry | +| | | | | | Myrtie | +| | | | | | Dillon | +| | | | | | Ronny | +| | | | | | Audrey | +| | | | | | Wiley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | Estevan | +| | | | | | Agnes | +| | | | | | Alta | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | Lela | +| | | | | | Flossie | +| | | | | | Leone | +| | | | | | Ariel | +| | | | | | Reece | +| | | | | | Ethan | +| | | | | | Joshuah | +| | | | | | Elva | +| | | | | | Gunnar | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | Arturo | +| | | | | | Katlyn | +| | | | | | Arnaldo | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | Claudia | +| | | | | | Berenice | +| | | | | | Arielle | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | Jovan | +| | | | | | Ottilie | +| | | | | | Alessandro | +| | | | | | Dawn | +| | | | | | Letitia | +| | | | | | Florine | +| | | | | | Allan | +| | | | | | Claudie | +| | | | | | Joyce | +| | | | | | Oren | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | Margot | +| | | | | | Sandra | +| | | | | | Baylee | +| | | | | | Davon | +| | | | | | Ova | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | Dorothea | +| | | | | | Jerod | +| | | | | | Chesley | +| | | | | | Maximillian | +| | | | | | Rae | +| | | | | | Amanda | +| | | | | | Price | +| | | | | | Vaughn | +| | | | | | Filiberto | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..12b90726 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,124 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..8f845ad8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(False,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,25 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index c5e2cf3c..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | Judson | https://wilson.net | -| | | | | Guadalupe | http://otho.info | -| | | | | General | https://skylar.name | -| | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index 0b904e82..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 56d60df4..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index c988427b..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 68c12226..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index a9534c57..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index f2482c32..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index ca9143c1..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 473fe4b6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index 68174608..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index c981d86e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 473fe4b6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index c0c82a88..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 43b5e803..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,134 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index a9534c57..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 6fd39d5e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,35 +0,0 @@ -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Senior Brand Developer | 4.4.1 | Ignored | If we override the system, we can get to the CSS system through the neural CSS system! | http://adelbert.net | Reid | https://amely.info | -| | | | | | Nikki | https://mckayla.info | -| | | | | | Kiara | https://floyd.net | -| | | | | | Libby | http://wade.biz | -| | | | | | Leola | https://pietro.info | -| | | | | | Arch | http://hazle.org | -| | | | | | Eldred | http://gabriel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -+--------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index 5b4683c9..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,104 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | -| District Factors Assistant | 9.8.2 | Ignored | Try to compress the SMS bus, maybe it will compress the bluetooth bus! | https://ernestine.net | -| Legacy Interactions Analyst | 3.0.8 | Ignored | You can't parse the hard drive without generating the digital AGP hard drive! | http://logan.net | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | -| Forward Data Administrator | 9.0.6 | Ignored | Try to connect the XSS alarm, maybe it will connect the auxiliary alarm! | https://michelle.org | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | -| Product Integration Officer | 3.3.6 | Ignored | Use the primary PNG matrix, then you can copy the primary matrix! | https://howard.org | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | -| Human Functionality Associate | 9.4.1 | Ignored | I'll hack the redundant SCSI monitor, that should monitor the SCSI monitor! | https://bonita.biz | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | -| Corporate Program Facilitator | 2.7.4 | Ignored | I'll navigate the mobile TCP bus, that should bus the TCP bus! | https://vida.net | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | -| Legacy Branding Orchestrator | 0.2.6 | Ignored | We need to bypass the back-end FTP alarm! | https://keeley.net | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | -| Forward Infrastructure Specialist | 6.1.6 | Ignored | quantifying the driver won't do anything, we need to synthesize the neural PNG driver! | http://melisa.com | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | -| Global Configuration Planner | 2.6.3 | Ignored | connecting the circuit won't do anything, we need to copy the online EXE circuit! | http://willis.name | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | -| Principal Solutions Supervisor | 6.1.2 | Ignored | programming the driver won't do anything, we need to parse the 1080p AGP driver! | https://ari.biz | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | -| Product Interactions Executive | 5.4.8 | Ignored | We need to override the auxiliary AGP firewall! | https://maye.org | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | -| Chief Markets Agent | 8.8.4 | Ignored | I'll hack the optical COM alarm, that should alarm the COM alarm! | http://dayana.name | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | -| Senior Implementation Associate | 8.2.9 | Ignored | synthesizing the bandwidth won't do anything, we need to generate the wireless ADP bandwidth! | http://roderick.org | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | -| Legacy Accountability Agent | 5.8.2 | Ignored | I'll compress the auxiliary XSS port, that should port the XSS port! | http://chelsea.com | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | -| Direct Data Consultant | 6.3.3 | Ignored | Use the haptic XML driver, then you can index the haptic driver! | https://heath.name | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | -| National Tactics Administrator | 9.2.8 | Ignored | The FTP card is down, index the digital card so we can index the FTP card! | https://brett.biz | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | -| Central Data Consultant | 6.5.0 | Ignored | generating the driver won't do anything, we need to hack the auxiliary HDD driver! | https://delilah.org | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 4a096f88..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,24 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Infrastructure Liaison | 0.8.0 | Ignored | Use the haptic RSS hard drive, then you can back up the haptic hard drive! | https://otho.biz | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| District Intranet Strategist | 2.2.2 | Ignored | We need to reboot the virtual RSS alarm! | http://everett.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 68a911cb..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,9 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e93aa564 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..32951df4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..5061dd66 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..9ea0e1fa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..48875431 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..092d95e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..e9506bb5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..1cc55ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..3a8346ee --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+ +| Package | Version | License Information Origin | ++---------+---------+----------------------------+ ++---------+---------+----------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..0c64d10c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,104 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..846caa00 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,24 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..efe02a4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,9 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..e93aa564 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..32951df4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..5061dd66 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..9ea0e1fa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..48875431 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..092d95e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..e9506bb5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,131 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Senior Marketing Representative | 5.1.8 | Ignored | | | http://orland.info | Nedra | +| | | | | | http://margaretta.net | Shany | +| | | | | | https://providenci.org | Shanna | +| | | | | | | Timothy | +| | | | | | http://peyton.biz | Ezekiel | +| | | | | | | Anika | +| | | | | | | Silas | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..1cc55ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..3a8346ee --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+ +| Package | Version | License Information Origin | ++---------+---------+----------------------------+ ++---------+---------+----------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..9fb54b05 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1,12 @@ ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | ++------------------------+---------+----------------------------+-------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..588be928 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,668 @@ ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | Heather | +| | | | | | Ursula | +| | | | | | Veda | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | Lowell | +| | | | | | Tiana | +| | | | | | Adam | +| | | | | | Jalyn | +| | | | | | Sydney | +| | | | | | Adell | +| | | | | | Raul | +| | | | | | Bertha | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | Maxwell | +| | | | | | Fermin | +| | | | | | Lauretta | +| | | | | | Forest | +| | | | | | Angeline | +| | | | | | Alexys | +| | | | | | Hyman | +| | | | | | Ariane | +| | | | | | Kaleigh | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | Max | +| | | | | | Gladyce | +| | | | | | Neha | +| | | | | | Modesto | +| | | | | | Kolby | +| | | | | | Addison | +| | | | | | Santa | +| | | | | | Lottie | +| | | | | | Coralie | +| | | | | | Madyson | +| Dynamic Mobility Representative | 8.4.2 | Ignored | You can't navigate the microchip without parsing the 1080p RAM microchip! | https://ansel.com | Mason | +| | | | | | Myrl | +| | | | | | Itzel | +| | | | | | Pearlie | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | Alfonzo | +| | | | | | Scottie | +| | | | | | Linnie | +| | | | | | Jennie | +| | | | | | Liana | +| | | | | | Garfield | +| | | | | | Pauline | +| | | | | | Webster | +| | | | | | Gonzalo | +| | | | | | Kaylie | +| Regional Creative Facilitator | 1.8.7 | Ignored | programming the transmitter won't do anything, we need to compress the cross-platform XML transmitter! | https://gerardo.biz | Brannon | +| | | | | | Barney | +| | | | | | Briana | +| | | | | | Jarod | +| | | | | | Janae | +| | | | | | Geovany | +| | | | | | Cleve | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | Esperanza | +| | | | | | Magnus | +| | | | | | Kiara | +| | | | | | Herminia | +| | | | | | Marcelino | +| | | | | | Yadira | +| | | | | | Raquel | +| | | | | | Damien | +| | | | | | Stuart | +| | | | | | Sandrine | +| Dynamic Accountability Engineer | 0.9.4 | Ignored | I'll hack the digital COM system, that should system the COM system! | https://jovani.com | Garry | +| | | | | | Einar | +| | | | | | Casandra | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | Maryjane | +| | | | | | Judy | +| | | | | | Kade | +| | | | | | Sarina | +| | | | | | Delbert | +| | | | | | Antoinette | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | Lonnie | +| | | | | | Sylvia | +| | | | | | Kade | +| Corporate Interactions Analyst | 8.7.7 | Ignored | indexing the capacitor won't do anything, we need to copy the virtual USB capacitor! | https://ernest.info | Collin | +| | | | | | Martine | +| | | | | | Jeramy | +| | | | | | Alfred | +| | | | | | Zora | +| | | | | | Kieran | +| | | | | | Caleigh | +| | | | | | Kiana | +| | | | | | Casper | +| | | | | | Allen | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | Chance | +| | | | | | Isai | +| | | | | | Louie | +| | | | | | Marty | +| | | | | | Evelyn | +| | | | | | Hector | +| | | | | | Vickie | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | Allen | +| | | | | | Dulce | +| | | | | | Neoma | +| | | | | | Marcia | +| | | | | | Flavio | +| | | | | | Estrella | +| | | | | | Sean | +| | | | | | Harmon | +| | | | | | Karolann | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | Liza | +| | | | | | Raegan | +| | | | | | Keeley | +| | | | | | Otha | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | Garnet | +| | | | | | Ellis | +| | | | | | Cyrus | +| Human Interactions Agent | 7.5.2 | Ignored | If we transmit the application, we can get to the SMS application through the primary SMS application! | https://brendon.name | Margaret | +| | | | | | Mckenzie | +| | | | | | Iliana | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | Ervin | +| | | | | | Eileen | +| | | | | | Flo | +| | | | | | Jaeden | +| | | | | | Kaleb | +| | | | | | Luna | +| District Interactions Architect | 2.8.5 | Ignored | The SCSI capacitor is down, generate the auxiliary capacitor so we can generate the SCSI capacitor! | https://camilla.info | Carey | +| | | | | | Edna | +| | | | | | Scottie | +| | | | | | Oral | +| | | | | | Theron | +| | | | | | Jack | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | Katlynn | +| | | | | | Mike | +| | | | | | Pamela | +| | | | | | Kristopher | +| | | | | | Lucile | +| | | | | | Elian | +| | | | | | Jude | +| | | | | | Eryn | +| | | | | | Shad | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | Gus | +| | | | | | Juanita | +| | | | | | Gerald | +| | | | | | Aurelia | +| | | | | | Deon | +| | | | | | Kaleb | +| | | | | | Sanford | +| | | | | | Jessy | +| | | | | | Ena | +| | | | | | Andreane | +| Corporate Accountability Representative | 2.3.2 | Ignored | We need to back up the mobile SAS driver! | http://breanne.name | Eli | +| | | | | | Richmond | +| | | | | | Ari | +| | | | | | Deja | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | Mack | +| | | | | | Mikayla | +| | | | | | Bobbie | +| | | | | | Eveline | +| | | | | | Jefferey | +| | | | | | Charlie | +| | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | Rod | +| | | | | | Cortez | +| | | | | | Ramona | +| | | | | | Bridie | +| | | | | | Lonzo | +| | | | | | Chance | +| | | | | | Lynn | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | Abelardo | +| | | | | | Ava | +| | | | | | Zion | +| | | | | | Adolphus | +| | | | | | Vincenzo | +| | | | | | Regan | +| | | | | | Chasity | +| | | | | | Emile | +| | | | | | Henriette | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | Jaren | +| | | | | | Saige | +| | | | | | Savanna | +| | | | | | Maye | +| | | | | | Schuyler | +| | | | | | Chandler | +| | | | | | Demario | +| Senior Research Designer | 1.6.4 | Ignored | The AI monitor is down, input the redundant monitor so we can input the AI monitor! | https://jillian.biz | Sharon | +| | | | | | Alison | +| | | | | | Mandy | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | Christy | +| | | | | | Antonette | +| | | | | | Citlalli | +| | | | | | Chaz | +| | | | | | Chaim | +| Investor Accountability Agent | 5.0.8 | Ignored | parsing the program won't do anything, we need to synthesize the haptic IB program! | https://colin.net | Meaghan | +| | | | | | Alexandra | +| | | | | | Janice | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | Keven | +| | | | | | Rubye | +| | | | | | Lois | +| | | | | | Lizzie | +| | | | | | Bethel | +| | | | | | Margaretta | +| | | | | | Steve | +| | | | | | Rosalind | +| | | | | | Remington | +| | | | | | Andres | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | Adaline | +| | | | | | Wilmer | +| | | | | | Alana | +| | | | | | Ryder | +| | | | | | Vivien | +| | | | | | Beatrice | +| | | | | | Quinn | +| | | | | | Joyce | +| | | | | | Rowena | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | Marion | +| | | | | | Norbert | +| | | | | | Birdie | +| | | | | | Nigel | +| | | | | | Dakota | +| | | | | | Salvatore | +| | | | | | Elvie | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | Chelsea | +| | | | | | Blanca | +| | | | | | Tillman | +| | | | | | Triston | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | Milan | +| | | | | | Caleb | +| | | | | | Rene | +| | | | | | Brendan | +| | | | | | Delores | +| | | | | | Tom | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | Larissa | +| | | | | | Marty | +| | | | | | Caterina | +| | | | | | Helen | +| | | | | | Kiley | +| | | | | | Shyanne | +| | | | | | Carissa | +| | | | | | Bennie | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | Armando | +| | | | | | Allan | +| | | | | | Gina | +| | | | | | Lilian | +| | | | | | Rocio | +| | | | | | Itzel | +| | | | | | Shawna | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | Xander | +| | | | | | Maye | +| | | | | | Cydney | +| | | | | | Danial | +| | | | | | Tony | +| | | | | | Dwight | +| | | | | | Ahmad | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | Elouise | +| | | | | | Jay | +| | | | | | Jewell | +| | | | | | Gladyce | +| | | | | | Ernie | +| | | | | | Felipa | +| | | | | | Gretchen | +| | | | | | Vaughn | +| | | | | | Cordia | +| | | | | | Rhiannon | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | Tabitha | +| | | | | | Lela | +| | | | | | Veronica | +| | | | | | Clement | +| | | | | | Duncan | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | Finn | +| | | | | | Magnolia | +| | | | | | Anderson | +| | | | | | Elinore | +| | | | | | Jorge | +| | | | | | Bo | +| | | | | | Brennan | +| | | | | | Clemens | +| | | | | | Antonette | +| | | | | | Aliyah | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | Kailey | +| | | | | | Federico | +| | | | | | Kirk | +| | | | | | Madonna | +| | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | Eliseo | +| | | | | | Jett | +| | | | | | Brown | +| | | | | | Kenya | +| | | | | | Jazmin | +| | | | | | Adriana | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | Jennifer | +| | | | | | Stefan | +| | | | | | Velva | +| | | | | | Leone | +| | | | | | Maritza | +| Lead Communications Facilitator | 0.1.1 | Ignored | Try to quantify the EXE program, maybe it will quantify the auxiliary program! | http://ardella.name | Emanuel | +| | | | | | Clarabelle | +| | | | | | Haven | +| | | | | | Coy | +| | | | | | Colten | +| | | | | | Ricardo | +| | | | | | Charlene | +| | | | | | Kari | +| Direct Division Assistant | 1.6.6 | Ignored | If we connect the alarm, we can get to the XSS alarm through the cross-platform XSS alarm! | https://guillermo.biz | Sammy | +| | | | | | Otto | +| | | | | | Joana | +| | | | | | Jack | +| | | | | | Raquel | +| | | | | | Modesto | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | Alaina | +| | | | | | Lenora | +| | | | | | Abbigail | +| | | | | | Carlo | +| | | | | | Lyric | +| | | | | | Hadley | +| | | | | | Ethan | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | Domenica | +| | | | | | Camila | +| | | | | | Marie | +| | | | | | Norberto | +| | | | | | Liana | +| | | | | | Nash | +| | | | | | Kasandra | +| | | | | | Janae | +| | | | | | Abbey | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | Zachery | +| | | | | | Ford | +| | | | | | Horace | +| | | | | | Amir | +| | | | | | Julius | +| | | | | | Deron | +| | | | | | Graciela | +| | | | | | Claire | +| | | | | | Shyanne | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | Nakia | +| | | | | | Luciano | +| | | | | | Brice | +| | | | | | Providenci | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | Alena | +| | | | | | Jerod | +| | | | | | Felton | +| | | | | | Brenda | +| | | | | | Santos | +| | | | | | Reagan | +| | | | | | Damion | +| | | | | | Efrain | +| | | | | | Rose | +| | | | | | Myriam | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | Paula | +| | | | | | Rosario | +| | | | | | Jamey | +| | | | | | Ruth | +| | | | | | Rosalia | +| | | | | | Gayle | +| | | | | | Destiney | +| | | | | | Mertie | +| | | | | | Buford | +| | | | | | Otis | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | Michale | +| | | | | | Oscar | +| | | | | | Lenna | +| | | | | | Angie | +| | | | | | Natasha | +| | | | | | Luella | +| | | | | | Rubie | +| | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | Christa | +| | | | | | Verner | +| | | | | | Demetrius | +| | | | | | Aylin | +| | | | | | Dovie | +| Human Directives Administrator | 7.5.9 | Ignored | I'll quantify the bluetooth TCP firewall, that should firewall the TCP firewall! | https://mina.org | Camille | +| | | | | | Sylvan | +| | | | | | Arielle | +| | | | | | Elijah | +| | | | | | Cheyanne | +| | | | | | Bradly | +| | | | | | Craig | +| | | | | | Jaiden | +| | | | | | Bennie | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | Madelynn | +| | | | | | Coleman | +| | | | | | Kay | +| | | | | | Jayne | +| | | | | | Regan | +| | | | | | Sarah | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | Elva | +| | | | | | Verner | +| | | | | | Adrianna | +| | | | | | Sarai | +| | | | | | Pinkie | +| | | | | | Clark | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | Rebeka | +| | | | | | Lucinda | +| | | | | | Lizzie | +| | | | | | Gerson | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | Zane | +| | | | | | Lacey | +| | | | | | Conor | +| | | | | | Fermin | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | Kirsten | +| | | | | | Alberto | +| | | | | | Cornell | +| | | | | | Malika | +| Direct Creative Specialist | 0.0.6 | Ignored | backing up the card won't do anything, we need to generate the redundant HTTP card! | https://eleonore.org | Viviane | +| | | | | | Bette | +| | | | | | Maida | +| | | | | | Dejon | +| | | | | | Noah | +| | | | | | Leonardo | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | Ciara | +| | | | | | May | +| | | | | | Quinn | +| | | | | | Gaetano | +| | | | | | Charity | +| | | | | | Neha | +| | | | | | Ola | +| | | | | | Beverly | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | Jenifer | +| | | | | | Hilda | +| | | | | | Ezekiel | +| | | | | | Lelia | +| | | | | | Hubert | +| | | | | | Ruthie | +| District Accountability Administrator | 4.5.9 | Ignored | Use the online SMTP program, then you can transmit the online program! | http://laurence.com | Dominic | +| | | | | | Genesis | +| | | | | | Saige | +| | | | | | Delmer | +| | | | | | Nia | +| | | | | | George | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | Viola | +| | | | | | Torey | +| | | | | | Domenick | +| | | | | | Braulio | +| | | | | | Chyna | +| | | | | | Reginald | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | Maryjane | +| | | | | | Carley | +| | | | | | Carrie | +| | | | | | Norma | +| | | | | | Della | +| | | | | | Savion | +| | | | | | Arely | +| | | | | | Chelsie | +| | | | | | Gail | +| | | | | | Godfrey | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | Darron | +| | | | | | Ryder | +| | | | | | Jason | +| | | | | | Jabari | +| | | | | | Donald | +| | | | | | Mathias | +| | | | | | Alberta | +| | | | | | Koby | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | Aditya | +| | | | | | Summer | +| | | | | | Andres | +| | | | | | Filiberto | +| | | | | | Rae | +| | | | | | Serenity | +| | | | | | Leta | +| | | | | | Amelia | +| | | | | | Clemens | +| Internal Paradigm Agent | 9.7.2 | Ignored | Use the virtual TCP bus, then you can override the virtual bus! | http://susanna.biz | Amos | +| | | | | | Jaren | +| | | | | | Steve | +| | | | | | Jerald | +| | | | | | Yvonne | +| | | | | | Serenity | +| | | | | | Trinity | +| | | | | | Lonny | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | Viola | +| | | | | | Gaetano | +| | | | | | Kaitlyn | +| | | | | | Jerrod | +| | | | | | Orin | +| Senior Accountability Orchestrator | 1.8.1 | Ignored | You can't copy the system without indexing the virtual XSS system! | http://maxwell.org | Jaleel | +| | | | | | Keaton | +| | | | | | Barbara | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | Alejandrin | +| | | | | | Enrico | +| | | | | | Elisha | +| | | | | | Ardella | +| | | | | | Waylon | +| | | | | | Rhiannon | +| | | | | | Sigmund | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | Della | +| | | | | | Jena | +| | | | | | Rene | +| | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | Dane | +| | | | | | Leonor | +| | | | | | Charles | +| | | | | | Laury | +| | | | | | Henry | +| | | | | | Myrtie | +| | | | | | Dillon | +| | | | | | Ronny | +| | | | | | Audrey | +| | | | | | Wiley | +| Forward Program Officer | 8.4.0 | Ignored | If we input the application, we can get to the PCI application through the online PCI application! | https://corbin.biz | Lolita | +| | | | | | Katelynn | +| | | | | | Alice | +| | | | | | Frederik | +| | | | | | Meredith | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | Estevan | +| | | | | | Agnes | +| | | | | | Alta | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | Lela | +| | | | | | Flossie | +| | | | | | Leone | +| | | | | | Ariel | +| | | | | | Reece | +| | | | | | Ethan | +| | | | | | Joshuah | +| | | | | | Elva | +| | | | | | Gunnar | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | Arturo | +| | | | | | Katlyn | +| | | | | | Arnaldo | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | Claudia | +| | | | | | Berenice | +| | | | | | Arielle | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | Jovan | +| | | | | | Ottilie | +| | | | | | Alessandro | +| | | | | | Dawn | +| | | | | | Letitia | +| | | | | | Florine | +| | | | | | Allan | +| | | | | | Claudie | +| | | | | | Joyce | +| | | | | | Oren | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | Margot | +| | | | | | Sandra | +| | | | | | Baylee | +| | | | | | Davon | +| | | | | | Ova | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | Dorothea | +| | | | | | Jerod | +| | | | | | Chesley | +| | | | | | Maximillian | +| | | | | | Rae | +| | | | | | Amanda | +| | | | | | Price | +| | | | | | Vaughn | +| | | | | | Filiberto | ++-----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..4f38db7b --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,135 @@ ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Implementation Analyst | 3.3.4 | Ignored | The XSS application is down, override the wireless application so we can override the XSS application! | https://philip.net | Heather | +| | | | | | Ursula | +| | | | | | Veda | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | ++-------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------------+-----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..02d25049 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,False,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,33 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Legacy Metrics Planner | 9.5.0 | Ignored | I'll override the haptic AGP feed, that should feed the AGP feed! | http://madisyn.name | Myriam | +| | | | | | Lue | +| | | | | | Emery | +| | | | | | Pearlie | +| | | | | | Joey | +| | | | | | Marielle | +| | | | | | Jayne | +| | | | | | Katelin | +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt deleted file mode 100644 index c5e2cf3c..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | Judson | https://wilson.net | -| | | | | Guadalupe | http://otho.info | -| | | | | General | https://skylar.name | -| | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt deleted file mode 100644 index b8a62809..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt deleted file mode 100644 index 56d60df4..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt deleted file mode 100644 index cfa5fe02..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt deleted file mode 100644 index 7109d0c1..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt deleted file mode 100644 index a9534c57..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt deleted file mode 100644 index a8ca8abc..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt deleted file mode 100644 index 57237c3a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt deleted file mode 100644 index 473fe4b6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt deleted file mode 100644 index 02ee583a..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt deleted file mode 100644 index 6f125e7f..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt deleted file mode 100644 index 473fe4b6..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt deleted file mode 100644 index a8ca8abc..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt deleted file mode 100644 index a90d5dbf..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt deleted file mode 100644 index 7707a5df..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt +++ /dev/null @@ -1,127 +0,0 @@ -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| National Accounts Liaison | 7.2.6 | Overwrite | | | Cedrick | https://zachariah.net | -| | | | | | Marcelle | https://adah.org | -| | | | | | Barney | http://erica.org | -| Global Response Associate | 1.9.8 | Overwrite | The RSS bandwidth is down, compress the wireless bandwidth so we can compress the RSS bandwidth! | | Sandra | http://antonina.com | -| | | | | | Willow | https://jason.org | -| | | | | | Orland | http://rigoberto.com | -| | | | | | Laney | http://eryn.org | -| | | | | | Amari | http://viviane.net | -| | | | | | Kelley | http://doris.net | -| | | | | | Kennedy | https://milo.net | -| Legacy Creative Liaison | 0.4.6 | Overwrite | | | Mervin | http://celestine.info | -| | | | | | Amalia | https://shanelle.info | -| | | | | | Sheila | http://darrell.info | -| | | | | | Alec | https://candice.biz | -| | | | | | Linnea | http://everardo.info | -| | | | | | Daryl | https://jerrod.com | -| | | | | | Laila | http://caleigh.net | -| | | | | | Adolfo | http://daisha.biz | -| Lead Intranet Officer | 6.4.9 | Url | | | Margaret | https://michaela.name | -| | | | | | Jody | http://jakob.org | -| | | | | | Anjali | https://valentin.info | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| Human Usability Specialist | 3.2.8 | Expression | | http://micah.info | Evalyn | https://myrtis.name | -| | | | | | Ursula | https://werner.net | -| | | | | | Linwood | http://rebekah.org | -| | | | | | Cleve | https://claudie.net | -| | | | | | Theodora | http://faye.info | -| International Integration Orchestrator | 5.4.5 | Expression | | | Steve | http://lon.org | -| | | | | | Braeden | https://sunny.name | -| | | | | | Leslie | http://bettie.info | -| | | | | | Edmund | http://sadie.info | -| | | | | | Horacio | https://loraine.name | -| Global Branding Associate | 0.5.9 | Expression | If we calculate the firewall, we can get to the HDD firewall through the haptic HDD firewall! | http://cory.com | Suzanne | http://ima.name | -| | | | | | Earnestine | http://nathanial.biz | -| | | | | | Connor | https://augustus.net | -| | | | | | Araceli | http://hailey.biz | -| | | | | | Janessa | https://craig.com | -| | | | | | Erica | http://kristin.org | -| | | | | | Alek | http://shany.biz | -| Lead Markets Designer | 2.8.4 | Unknown | | https://amara.info | Seamus | http://maybell.info | -| | | | | | Monserrat | http://katrine.name | -| | | | | | Abel | https://geovany.com | -| | | | | | Diana | http://eula.name | -| | | | | | Raphael | https://zackery.info | -| Corporate Tactics Analyst | 3.0.8 | Unknown | If we synthesize the bus, we can get to the SDD bus through the 1080p SDD bus! | | Bill | http://jairo.net | -| | | | | | Clemmie | http://shanny.net | -| | | | | | Hildegard | http://conner.name | -| | | | | | Isabella | https://kennith.com | -| | | | | | Johanna | https://ara.org | -| | | | | | Demarco | https://rae.biz | -| | | | | | Viviane | http://christine.info | -| Global Optimization Representative | 8.2.6 | Unknown | | | Brandi | https://aniyah.com | -| | | | | | Tyson | https://bonita.org | -| | | | | | Jazlyn | http://madonna.net | -| | | | | | Deangelo | https://jess.info | -| | | | | | Alvah | https://hans.net | -| | | | | | Payton | http://shanna.name | -| | | | | | Providenci | https://tyra.org | -| | | | | | Flo | http://isidro.net | -| | | | | | Dawn | https://anika.org | -| | | | | | Silas | http://zane.name | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Investor Research Facilitator | 5.7.5 | Expression | | | Avery | http://jarret.biz | -| | | | | | Clarissa | https://audreanne.name | -| | | | | | Vida | https://theresia.biz | -| | | | | | Ransom | http://isom.com | -| | | | | | Anastasia | http://kamryn.info | -| | | | | | Marlene | https://cyril.name | -| | | | | | Zetta | http://pete.org | -| | | | | | Candida | https://craig.biz | -| | | | | | Timmothy | https://joanny.biz | -| | | | | | Alfonzo | http://dorothea.org | -| Customer Program Technician | 1.7.7 | Url | | | Keely | http://obie.org | -| | | | | | Caleigh | https://albin.info | -| | | | | | Flavie | http://lavonne.biz | -| | | | | | Kaitlyn | http://osborne.org | -| | | | | | Joesph | https://michael.name | -| | | | | | Kali | http://shyanne.net | -| | | | | | Austin | https://marty.net | -| | | | | | Theresia | http://kristin.net | -| | | | | | Lester | https://paige.com | -| Direct Accounts Associate | 3.2.6 | Overwrite | | https://vesta.com | Buck | http://taryn.com | -| | | | | | Hilton | http://isabel.com | -| | | | | | Rogers | https://bertrand.biz | -| | | | | | Annetta | https://remington.org | -| | | | | | Efrain | http://davion.org | -| | | | | | Merle | https://abigayle.org | -| | | | | | Jerod | https://vicenta.info | -| | | | | | Kayli | https://shaun.net | -| | | | | | Antwan | https://hazel.net | -| Legacy Optimization Orchestrator | 2.4.2 | Url | If we calculate the sensor, we can get to the PNG sensor through the haptic PNG sensor! | | Damien | https://edyth.com | -| | | | | | Princess | http://haylie.biz | -| | | | | | Jordane | https://gregorio.com | -| | | | | | Opal | http://abbie.org | -| | | | | | Pablo | https://maxime.biz | -| | | | | | Shaun | https://concepcion.net | -| | | | | | Moises | http://rupert.info | -| Dynamic Marketing Consultant | 2.4.9 | Overwrite | | | Angie | https://ardella.info | -| | | | | | Melissa | https://sandra.biz | -| | | | | | Pearline | https://noble.net | -| | | | | | Dusty | https://verlie.com | -+----------------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------------------+-----------------------+-------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt deleted file mode 100644 index a9534c57..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt +++ /dev/null @@ -1,22 +0,0 @@ -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -+-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+-----------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt deleted file mode 100644 index 4d15f77e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt +++ /dev/null @@ -1,28 +0,0 @@ -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Error Context | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ -| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | Judson | https://wilson.net | -| | | | | | Guadalupe | http://otho.info | -| | | | | | General | https://skylar.name | -| | | | | | Haylie | http://audreanne.info | -| Direct Intranet Facilitator | 7.1.7 | Unknown | synthesizing the feed won't do anything, we need to index the auxiliary SMTP feed! | https://garnet.net | Alisha | http://alyson.name | -| | | | | | Carmelo | http://michele.name | -| | | | | | Miles | https://freddie.com | -| | | | | | Kade | https://jaunita.biz | -| | | | | | Marcelina | http://donna.net | -| | | | | | Darby | http://joana.org | -| | | | | | Albin | http://hal.com | -| | | | | | Betsy | http://quinton.com | -| | | | | | Emmalee | https://haleigh.name | -| Regional Accounts Technician | 2.8.7 | Expression | | | Dawson | http://addie.org | -| | | | | | Xander | https://everette.info | -| | | | | | Otha | https://cletus.net | -| | | | | | Carlee | https://jaron.info | -| | | | | | Nannie | https://isaias.net | -| National Solutions Coordinator | 8.7.3 | Expression | Use the bluetooth USB panel, then you can calculate the bluetooth panel! | https://adrianna.name | Maximillian | http://leola.name | -| | | | | | Shaina | http://dean.name | -| | | | | | Juana | http://aniya.biz | -| | | | | | Fernando | http://shanna.com | -| | | | | | Katelyn | https://judd.com | -| | | | | | Earl | https://bradford.biz | -+--------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+-----------------------+-------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt deleted file mode 100644 index c863470e..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt +++ /dev/null @@ -1,84 +0,0 @@ -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -| Principal Usability Representative | 9.1.3 | Expression | We need to transmit the bluetooth FTP feed! | https://nelson.com | -| Chief Intranet Strategist | 9.7.0 | Expression | We need to copy the redundant JSON transmitter! | https://john.name | -| Customer Group Manager | 8.0.4 | Overwrite | The RAM panel is down, transmit the online panel so we can transmit the RAM panel! | https://luisa.biz | -| Customer Accountability Strategist | 0.5.2 | Url | You can't parse the firewall without navigating the solid state ADP firewall! | https://stuart.com | -| Chief Directives Executive | 9.4.9 | Unknown | Try to back up the THX interface, maybe it will back up the auxiliary interface! | http://jedediah.net | -| District Metrics Analyst | 4.6.0 | Overwrite | overriding the interface won't do anything, we need to connect the digital GB interface! | http://nathaniel.name | -| Senior Accountability Specialist | 0.8.7 | Url | We need to input the cross-platform RAM system! | http://kristina.info | -| National Usability Manager | 0.3.8 | Unknown | quantifying the card won't do anything, we need to navigate the virtual USB card! | http://myriam.name | -| Lead Tactics Executive | 6.2.9 | Expression | I'll transmit the online TCP driver, that should driver the TCP driver! | https://maxwell.name | -| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | -| Internal Quality Director | 5.3.0 | Unknown | Use the redundant AI alarm, then you can transmit the redundant alarm! | http://hyman.com | -| Chief Web Specialist | 7.4.0 | Unknown | navigating the monitor won't do anything, we need to input the wireless JSON monitor! | http://keely.net | -| Lead Accountability Orchestrator | 2.6.2 | Expression | You can't connect the panel without bypassing the bluetooth SSL panel! | https://tre.org | -| International Metrics Officer | 3.7.1 | Url | hacking the array won't do anything, we need to back up the haptic IB array! | https://myrl.info | -| Regional Data Strategist | 3.5.3 | Unknown | I'll transmit the optical USB program, that should program the USB program! | https://sedrick.biz | -| Regional Accountability Assistant | 2.7.5 | Overwrite | You can't program the alarm without overriding the cross-platform RSS alarm! | http://barney.com | -| Customer Group Technician | 9.8.2 | Unknown | programming the system won't do anything, we need to synthesize the primary AGP system! | https://sandrine.name | -| Lead Factors Planner | 1.0.4 | Expression | You can't compress the driver without calculating the back-end SQL driver! | http://mikayla.com | -| Corporate Data Assistant | 7.9.8 | Unknown | Try to generate the SMTP feed, maybe it will generate the online feed! | http://arlene.biz | -| Dynamic Research Representative | 1.6.9 | Unknown | You can't copy the alarm without synthesizing the 1080p IB alarm! | https://carol.org | -| Internal Accounts Specialist | 4.9.2 | Unknown | The XML hard drive is down, hack the auxiliary hard drive so we can hack the XML hard drive! | https://wilfredo.biz | -| Investor Division Planner | 1.4.6 | Url | I'll hack the solid state JSON sensor, that should sensor the JSON sensor! | https://evelyn.info | -| National Response Planner | 7.8.0 | Url | Try to synthesize the PNG application, maybe it will synthesize the auxiliary application! | https://hertha.org | -| National Accountability Administrator | 5.9.9 | Url | Use the neural IB matrix, then you can generate the neural matrix! | http://julio.info | -| Product Infrastructure Orchestrator | 5.0.6 | Overwrite | If we reboot the circuit, we can get to the PCI circuit through the virtual PCI circuit! | http://forrest.com | -| District Directives Analyst | 9.3.0 | Overwrite | Try to navigate the SCSI firewall, maybe it will navigate the digital firewall! | http://bridie.biz | -| Future Group Director | 2.3.4 | Expression | I'll synthesize the open-source RSS firewall, that should firewall the RSS firewall! | https://luna.info | -| Regional Branding Facilitator | 0.3.9 | Unknown | We need to connect the optical SQL capacitor! | https://otilia.info | -| Customer Assurance Consultant | 5.6.2 | Unknown | Use the digital IB alarm, then you can program the digital alarm! | https://eryn.org | -| District Interactions Developer | 9.9.4 | Unknown | I'll compress the haptic AI bandwidth, that should bandwidth the AI bandwidth! | http://adrien.biz | -| Human Optimization Director | 0.1.8 | Overwrite | We need to transmit the back-end PCI panel! | https://crystal.info | -| Product Paradigm Director | 6.3.8 | Expression | Use the wireless THX array, then you can connect the wireless array! | http://kiera.org | -| Senior Group Designer | 3.0.6 | Url | We need to copy the cross-platform SAS panel! | http://keyshawn.net | -| Product Intranet Assistant | 2.8.1 | Overwrite | You can't parse the bandwidth without quantifying the wireless THX bandwidth! | https://chance.name | -| Product Security Developer | 4.4.5 | Overwrite | parsing the driver won't do anything, we need to parse the primary TCP driver! | https://maida.org | -| Corporate Paradigm Administrator | 5.5.2 | Unknown | Try to reboot the SMS feed, maybe it will reboot the bluetooth feed! | http://trace.net | -| Central Creative Analyst | 3.6.4 | Url | programming the driver won't do anything, we need to calculate the primary SMTP driver! | http://abigayle.net | -| Internal Division Assistant | 0.9.4 | Url | The SMTP card is down, transmit the virtual card so we can transmit the SMTP card! | http://emerson.info | -| Dynamic Brand Officer | 1.1.5 | Overwrite | If we transmit the application, we can get to the SAS application through the wireless SAS application! | https://shayne.name | -| Global Usability Manager | 6.7.0 | Url | We need to parse the mobile SCSI protocol! | https://alexandra.info | -| Human Configuration Assistant | 0.1.1 | Unknown | We need to hack the mobile SMS circuit! | https://aurelia.info | -| Direct Group Consultant | 8.8.0 | Overwrite | I'll index the neural SDD bus, that should bus the SDD bus! | https://alana.org | -| Legacy Research Producer | 2.8.3 | Unknown | backing up the monitor won't do anything, we need to quantify the back-end CSS monitor! | https://sonia.org | -| District Group Associate | 4.0.1 | Expression | We need to transmit the redundant TCP panel! | https://noemi.info | -| Future Factors Representative | 9.2.0 | Unknown | Use the solid state SDD application, then you can navigate the solid state application! | https://jazmin.org | -| Customer Applications Developer | 5.6.1 | Overwrite | We need to connect the bluetooth RAM application! | http://kiley.org | -| Internal Division Agent | 2.4.2 | Expression | Try to compress the TCP microchip, maybe it will compress the auxiliary microchip! | http://armani.name | -| Direct Research Assistant | 5.9.7 | Overwrite | Try to connect the TCP circuit, maybe it will connect the back-end circuit! | http://danial.org | -| Legacy Optimization Assistant | 8.8.2 | Url | The RAM sensor is down, generate the mobile sensor so we can generate the RAM sensor! | https://scot.info | -| Human Directives Specialist | 4.3.4 | Unknown | I'll reboot the virtual CSS program, that should program the CSS program! | http://tabitha.name | -| Forward Web Assistant | 3.5.5 | Expression | The COM array is down, calculate the open-source array so we can calculate the COM array! | https://tremayne.org | -| Product Operations Liaison | 1.1.0 | Expression | You can't generate the array without quantifying the open-source PCI array! | http://tabitha.com | -| Legacy Accountability Coordinator | 5.5.0 | Url | Try to back up the COM driver, maybe it will back up the bluetooth driver! | http://erling.name | -| Product Marketing Strategist | 0.1.7 | Unknown | I'll copy the auxiliary SSL interface, that should interface the SSL interface! | http://melany.name | -| Corporate Intranet Analyst | 0.9.0 | Expression | indexing the interface won't do anything, we need to bypass the optical HDD interface! | https://creola.info | -| Central Security Representative | 4.3.4 | Expression | The TCP bandwidth is down, hack the bluetooth bandwidth so we can hack the TCP bandwidth! | https://velva.name | -| Senior Brand Analyst | 2.5.0 | Url | overriding the interface won't do anything, we need to override the virtual THX interface! | http://danial.name | -| Internal Directives Designer | 0.4.8 | Url | Use the virtual AI capacitor, then you can navigate the virtual capacitor! | http://mable.net | -| Dynamic Division Consultant | 4.8.7 | Expression | The JSON pixel is down, input the multi-byte pixel so we can input the JSON pixel! | https://jack.net | -| Regional Tactics Technician | 7.6.7 | Expression | If we transmit the firewall, we can get to the SQL firewall through the wireless SQL firewall! | http://alvena.net | -| Legacy Implementation Assistant | 2.1.6 | Overwrite | Use the auxiliary RSS sensor, then you can program the auxiliary sensor! | https://liana.net | -| Customer Functionality Manager | 5.9.0 | Unknown | The TCP matrix is down, navigate the online matrix so we can navigate the TCP matrix! | https://mariane.info | -| Senior Operations Engineer | 3.1.8 | Expression | If we program the array, we can get to the JBOD array through the primary JBOD array! | http://montana.name | -+---------------------------------------+---------+----------------------------+---------------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt deleted file mode 100644 index 095023af..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt +++ /dev/null @@ -1,21 +0,0 @@ -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -| National Assurance Representative | 2.0.7 | Expression | transmitting the capacitor won't do anything, we need to synthesize the back-end RAM capacitor! | http://kelley.com | -| National Tactics Liaison | 6.8.9 | Unknown | hacking the capacitor won't do anything, we need to compress the digital AGP capacitor! | http://jillian.net | -| Global Implementation Engineer | 6.0.7 | Url | I'll calculate the 1080p HDD system, that should system the HDD system! | http://antonette.org | -| Forward Integration Executive | 6.6.8 | Expression | You can't index the protocol without indexing the open-source XML protocol! | http://grayce.info | -| Customer Infrastructure Planner | 6.6.0 | Url | If we program the pixel, we can get to the SMS pixel through the neural SMS pixel! | https://laurie.biz | -| Dynamic Program Administrator | 9.8.6 | Overwrite | I'll quantify the bluetooth SQL circuit, that should circuit the SQL circuit! | https://malcolm.net | -| Customer Research Associate | 4.6.5 | Url | I'll navigate the neural SAS card, that should card the SAS card! | http://wilmer.name | -| Central Creative Manager | 8.4.8 | Url | Use the cross-platform THX system, then you can generate the cross-platform system! | https://carleton.info | -| Internal Operations Executive | 1.8.1 | Overwrite | We need to back up the solid state XML application! | http://angel.info | -| Corporate Marketing Associate | 3.3.2 | Expression | I'll program the auxiliary XSS bus, that should bus the XSS bus! | http://nash.name | -| Customer Assurance Officer | 0.3.1 | Unknown | Try to override the EXE program, maybe it will override the mobile program! | https://kyla.biz | -| National Tactics Architect | 6.7.8 | Overwrite | The PNG protocol is down, index the digital protocol so we can index the PNG protocol! | https://valentina.net | -| Chief Integration Architect | 1.6.8 | Url | Try to override the TCP firewall, maybe it will override the solid state firewall! | https://davion.net | -+-----------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt deleted file mode 100644 index 258c70b1..00000000 --- a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt +++ /dev/null @@ -1,8 +0,0 @@ -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| Package | Version | License Information Origin | License Expression | Package Project Url | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ -| International Mobility Technician | 3.7.5 | Expression | I'll override the digital SMTP interface, that should interface the SMTP interface! | https://jayne.name | -| Principal Markets Executive | 4.2.2 | Overwrite | Try to generate the EXE array, maybe it will generate the mobile array! | https://bettie.com | -| Future Identity Specialist | 4.7.4 | Expression | If we back up the driver, we can get to the AI driver through the bluetooth AI driver! | http://della.biz | -| Forward Functionality Designer | 5.5.7 | Expression | Use the redundant AGP monitor, then you can generate the redundant monitor! | https://jasen.biz | -+-----------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..cc229adf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..0689f7d3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..5061dd66 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..def8a751 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..d87cc60f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..092d95e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..738aaa39 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..1cc55ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..3a8346ee --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+ +| Package | Version | License Information Origin | ++---------+---------+----------------------------+ ++---------+---------+----------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt similarity index 100% rename from tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt rename to tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..7951bb61 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,85 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..60b991e3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,22 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..26c29140 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,False).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,8 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt new file mode 100644 index 00000000..5285c826 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | https://paige.org | Ciara | +| | | | | https://isobel.info | Aletha | +| | | | | | Skylar | +| | | | | | Haylie | +| | | | | http://graciela.net | Audreanne | +| | | | | | Daphney | +| | | | | | Oceane | +| | | | | http://francisco.biz | Clifton | +| | | | | https://xander.org | Addie | +| | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt new file mode 100644 index 00000000..cc229adf --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt new file mode 100644 index 00000000..0eab6b4d --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt new file mode 100644 index 00000000..76c75595 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=0_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt new file mode 100644 index 00000000..0689f7d3 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt new file mode 100644 index 00000000..5061dd66 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=100_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt new file mode 100644 index 00000000..def8a751 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt new file mode 100644 index 00000000..1e874c1a --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=1_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt new file mode 100644 index 00000000..d87cc60f --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt new file mode 100644 index 00000000..e07ad1aa --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt new file mode 100644 index 00000000..092d95e4 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=20_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt new file mode 100644 index 00000000..7c9fcb79 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=1.verified.txt @@ -0,0 +1,14 @@ ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | ++-------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt new file mode 100644 index 00000000..738aaa39 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=20.verified.txt @@ -0,0 +1,124 @@ ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Product Brand Representative | 8.9.2 | Overwrite | | | https://abigayle.org | Merle | +| | | | | | | Vicenta | +| | | | | | https://shaun.net | Kayli | +| | | | | | http://mia.info | Thora | +| | | | | | | Brianne | +| | | | | | | Dorothea | +| | | | | | | Don | +| Future Data Analyst | 1.5.0 | Expression | If we copy the firewall, we can get to the TCP firewall through the digital TCP firewall! | | https://ronny.info | Bernardo | +| | | | | | | Janessa | +| | | | | | | Mitchell | +| | | | | | https://jordyn.org | Dena | +| | | | | | http://willow.name | Antonina | +| | | | | | https://ada.net | Sylvia | +| | | | | | http://eryn.org | Laney | +| | | | | | https://mylene.name | Adah | +| Central Tactics Designer | 8.5.9 | Url | navigating the feed won't do anything, we need to back up the auxiliary RAM feed! | | https://mervin.biz | Zula | +| | | | | | https://shanelle.info | Amalia | +| | | | | | | Dominic | +| | | | | | http://lesly.com | Jessika | +| | | | | | http://everardo.info | Linnea | +| Chief Response Director | 2.0.6 | Unknown | | https://johnny.name | http://lazaro.org | Rodger | +| | | | | | | Bret | +| | | | | | | Jewell | +| | | | | | | Khalil | +| | | | | | http://uriel.com | Aiyana | +| | | | | | http://clarissa.name | Jarret | +| | | | | | https://mona.org | Khalil | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| International Optimization Manager | 0.3.3 | Expression | I'll parse the bluetooth PNG transmitter, that should transmitter the PNG transmitter! | https://layne.org | http://maximillia.org | Tristin | +| | | | | | https://jett.org | Giuseppe | +| | | | | | | Dedrick | +| | | | | | | Elissa | +| | | | | | https://brandi.org | Kaci | +| Product Data Representative | 0.6.2 | Expression | | https://hayden.name | http://steve.com | Amina | +| | | | | | | Braeden | +| | | | | | | Sunny | +| | | | | | | Leslie | +| | | | | | http://edmund.info | Bettie | +| | | | | | | Jermey | +| | | | | | https://josianne.org | Wilfrid | +| | | | | | | Emil | +| | | | | | https://leila.info | Dayana | +| Direct Factors Associate | 1.6.9 | Expression | If we calculate the firewall, we can get to the FTP firewall through the virtual FTP firewall! | https://mariela.com | https://tyrel.net | Angeline | +| | | | | | https://bernardo.name | Buddy | +| | | | | | | Felix | +| | | | | | | Lucious | +| | | | | | https://alene.info | Junior | +| | | | | | | Earnestine | +| Global Infrastructure Developer | 5.5.0 | Unknown | generating the application won't do anything, we need to calculate the auxiliary JSON application! | https://austin.net | http://alex.info | Paige | +| | | | | | http://marion.org | Shyann | +| | | | | | http://josephine.info | Geovanny | +| | | | | | | Drew | +| | | | | | | Imani | +| | | | | | | Dorothea | +| | | | | | | Justina | +| | | | | | http://aubree.biz | Norwood | +| Regional Mobility Manager | 2.7.0 | Unknown | | http://gianni.info | http://alvina.biz | Mary | +| | | | | | | Ron | +| | | | | | https://cordia.com | Brown | +| | | | | | http://agustina.net | Joany | +| | | | | | http://antonia.net | Thomas | +| | | | | | | Roderick | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| National Creative Engineer | 4.0.0 | Expression | You can't parse the alarm without overriding the haptic SMTP alarm! | | https://candida.net | Pete | +| | | | | | https://joanny.biz | Timmothy | +| | | | | | http://samanta.net | Dallas | +| | | | | | http://jackeline.biz | Lucas | +| | | | | | http://noemie.name | Keon | +| Lead Metrics Technician | 5.0.6 | Unknown | copying the transmitter won't do anything, we need to quantify the back-end AGP transmitter! | | https://caleigh.net | Obie | +| | | | | | http://lavonne.biz | Flavie | +| | | | | | | Brock | +| | | | | | | Sabina | +| Lead Response Consultant | 5.7.7 | Url | | http://oliver.com | https://onie.org | Lonny | +| | | | | | https://buck.biz | Solon | +| | | | | | | Adeline | +| | | | | | http://brittany.org | Adaline | +| | | | | | | Bertrand | +| Senior Applications Technician | 2.5.2 | Unknown | | http://buck.net | https://marge.info | Demarco | +| | | | | | | Charlene | +| | | | | | https://marian.net | Rod | +| | | | | | https://concepcion.net | Shaun | +| International Integration Facilitator | 3.1.1 | Url | | http://jadon.org | http://angie.name | Toni | +| | | | | | https://sandra.biz | Melissa | +| | | | | | | Sedrick | +| | | | | | | Marianna | ++---------------------------------------+---------+----------------------------+----------------------------------------------------------------------------------------------------+---------------------+------------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt new file mode 100644 index 00000000..f84514f5 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=3.verified.txt @@ -0,0 +1,29 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt new file mode 100644 index 00000000..1cc55ac1 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicensesWithErrors_Should_PrintCorrectTable_validCount=5_errorCount=5.verified.txt @@ -0,0 +1,41 @@ ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Error | Context | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ +| Principal Functionality Agent | 1.5.3 | Expression | connecting the firewall won't do anything, we need to copy the digital XSS firewall! | | https://paige.org | Ciara | +| | | | | | https://isobel.info | Aletha | +| | | | | | | Skylar | +| | | | | | | Haylie | +| | | | | | http://graciela.net | Audreanne | +| | | | | | | Daphney | +| | | | | | | Oceane | +| | | | | | http://francisco.biz | Clifton | +| | | | | | https://xander.org | Addie | +| | | | | | https://torrey.biz | Furman | +| Investor Assurance Producer | 3.0.5 | Url | | http://delpha.net | http://cynthia.name | Rae | +| | | | | | http://adolph.com | Greta | +| | | | | | http://emmalee.org | Quinton | +| | | | | | http://andres.net | Johann | +| | | | | | http://tessie.com | Horace | +| | | | | | https://alicia.biz | Mortimer | +| | | | | | | Bobby | +| | | | | | https://kira.net | Cecil | +| | | | | | | Amely | +| | | | | | https://mckayla.info | Nikki | +| | | | | | | Ursula | +| National Assurance Orchestrator | 3.9.1 | Url | | https://pietro.info | https://eldred.info | Hazle | +| | | | | | | Enos | +| | | | | | https://mckenna.info | Gerhard | +| | | | | | | Rosanna | +| | | | | | https://lia.net | Kian | +| | | | | | | Fabiola | +| Dynamic Marketing Representative | 4.4.7 | Url | synthesizing the alarm won't do anything, we need to program the back-end USB alarm! | http://mariam.com | https://pamela.net | Nikko | +| | | | | | | Marcella | +| | | | | | https://alisha.biz | Helga | +| | | | | | http://dianna.net | Jolie | +| Direct Branding Supervisor | 3.6.2 | Unknown | | https://shaina.info | http://aniya.biz | Juana | +| | | | | | http://katelyn.name | Shanna | +| | | | | | | Abe | +| | | | | | http://catherine.com | Neoma | +| | | | | | | Chet | +| | | | | | | Hailie | ++----------------------------------+---------+----------------------------+--------------------------------------------------------------------------------------+---------------------+----------------------+-----------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt new file mode 100644 index 00000000..3a8346ee --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=0.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+ +| Package | Version | License Information Origin | ++---------+---------+----------------------------+ ++---------+---------+----------------------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt new file mode 100644 index 00000000..4e108464 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=1.verified.txt @@ -0,0 +1,4 @@ ++---------+---------+----------------------------+--------------------+---------------------+---------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++---------+---------+----------------------------+--------------------+---------------------+---------+ ++---------+---------+----------------------------+--------------------+---------------------+---------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt new file mode 100644 index 00000000..ff4a177c --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=100.verified.txt @@ -0,0 +1,563 @@ ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | +| Legacy Operations Producer | 7.3.6 | Overwrite | If we reboot the port, we can get to the FTP port through the primary FTP port! | http://geovanny.info | Lowell | +| | | | | | Tiana | +| | | | | | Adam | +| | | | | | Jalyn | +| | | | | | Sydney | +| | | | | | Adell | +| | | | | | Raul | +| | | | | | Bertha | +| Principal Accountability Facilitator | 2.1.4 | Expression | Use the back-end XML protocol, then you can reboot the back-end protocol! | https://dillan.net | Maxwell | +| | | | | | Fermin | +| | | | | | Lauretta | +| | | | | | Forest | +| | | | | | Angeline | +| | | | | | Alexys | +| | | | | | Hyman | +| | | | | | Ariane | +| | | | | | Kaleigh | +| Regional Division Assistant | 6.8.5 | Overwrite | overriding the hard drive won't do anything, we need to input the primary ADP hard drive! | https://lois.biz | Max | +| | | | | | Gladyce | +| | | | | | Neha | +| | | | | | Modesto | +| | | | | | Kolby | +| | | | | | Addison | +| | | | | | Santa | +| | | | | | Lottie | +| | | | | | Coralie | +| | | | | | Madyson | +| Internal Operations Liaison | 3.0.3 | Url | I'll program the bluetooth TCP monitor, that should monitor the TCP monitor! | https://prince.info | Alfonzo | +| | | | | | Scottie | +| | | | | | Linnie | +| | | | | | Jennie | +| | | | | | Liana | +| | | | | | Garfield | +| | | | | | Pauline | +| | | | | | Webster | +| | | | | | Gonzalo | +| | | | | | Kaylie | +| Dynamic Configuration Assistant | 3.2.1 | Overwrite | connecting the application won't do anything, we need to bypass the mobile ADP application! | http://francis.name | Esperanza | +| | | | | | Magnus | +| | | | | | Kiara | +| | | | | | Herminia | +| | | | | | Marcelino | +| | | | | | Yadira | +| | | | | | Raquel | +| | | | | | Damien | +| | | | | | Stuart | +| | | | | | Sandrine | +| Legacy Solutions Manager | 1.1.8 | Unknown | I'll synthesize the primary TCP card, that should card the TCP card! | https://ola.org | Maryjane | +| | | | | | Judy | +| | | | | | Kade | +| | | | | | Sarina | +| | | | | | Delbert | +| | | | | | Antoinette | +| Chief Division Officer | 6.1.2 | Overwrite | I'll hack the back-end USB alarm, that should alarm the USB alarm! | https://sebastian.info | Lonnie | +| | | | | | Sylvia | +| | | | | | Kade | +| Internal Functionality Producer | 4.9.9 | Unknown | I'll calculate the optical SQL pixel, that should pixel the SQL pixel! | https://talon.com | Chance | +| | | | | | Isai | +| | | | | | Louie | +| | | | | | Marty | +| | | | | | Evelyn | +| | | | | | Hector | +| | | | | | Vickie | +| Human Factors Administrator | 4.1.3 | Url | The SAS system is down, program the primary system so we can program the SAS system! | http://easton.name | Allen | +| | | | | | Dulce | +| | | | | | Neoma | +| | | | | | Marcia | +| | | | | | Flavio | +| | | | | | Estrella | +| | | | | | Sean | +| | | | | | Harmon | +| | | | | | Karolann | +| Principal Metrics Liaison | 5.3.5 | Expression | I'll calculate the digital EXE feed, that should feed the EXE feed! | https://paul.name | Liza | +| | | | | | Raegan | +| | | | | | Keeley | +| | | | | | Otha | +| Corporate Paradigm Executive | 8.6.0 | Expression | Use the primary EXE array, then you can navigate the primary array! | https://effie.name | Garnet | +| | | | | | Ellis | +| | | | | | Cyrus | +| Corporate Optimization Strategist | 3.0.1 | Url | connecting the array won't do anything, we need to reboot the open-source CSS array! | http://emiliano.biz | Ervin | +| | | | | | Eileen | +| | | | | | Flo | +| | | | | | Jaeden | +| | | | | | Kaleb | +| | | | | | Luna | +| Customer Optimization Facilitator | 5.2.6 | Url | The IB firewall is down, reboot the haptic firewall so we can reboot the IB firewall! | http://fanny.org | Katlynn | +| | | | | | Mike | +| | | | | | Pamela | +| | | | | | Kristopher | +| | | | | | Lucile | +| | | | | | Elian | +| | | | | | Jude | +| | | | | | Eryn | +| | | | | | Shad | +| Customer Configuration Manager | 1.6.8 | Url | The JBOD sensor is down, back up the mobile sensor so we can back up the JBOD sensor! | https://isaac.org | Gus | +| | | | | | Juanita | +| | | | | | Gerald | +| | | | | | Aurelia | +| | | | | | Deon | +| | | | | | Kaleb | +| | | | | | Sanford | +| | | | | | Jessy | +| | | | | | Ena | +| | | | | | Andreane | +| Legacy Functionality Consultant | 8.0.9 | Overwrite | Try to quantify the SMTP interface, maybe it will quantify the cross-platform interface! | https://eldred.biz | Mack | +| | | | | | Mikayla | +| | | | | | Bobbie | +| | | | | | Eveline | +| | | | | | Jefferey | +| | | | | | Charlie | +| | | | | | Antoinette | +| District Operations Director | 0.6.3 | Url | hacking the card won't do anything, we need to navigate the multi-byte PCI card! | https://marcelle.biz | Rod | +| | | | | | Cortez | +| | | | | | Ramona | +| | | | | | Bridie | +| | | | | | Lonzo | +| | | | | | Chance | +| | | | | | Lynn | +| District Web Developer | 6.1.9 | Overwrite | The RSS feed is down, calculate the online feed so we can calculate the RSS feed! | https://ebba.com | Abelardo | +| | | | | | Ava | +| | | | | | Zion | +| | | | | | Adolphus | +| | | | | | Vincenzo | +| | | | | | Regan | +| | | | | | Chasity | +| | | | | | Emile | +| | | | | | Henriette | +| Customer Optimization Engineer | 3.9.7 | Expression | I'll reboot the solid state SMTP port, that should port the SMTP port! | http://melisa.name | Jaren | +| | | | | | Saige | +| | | | | | Savanna | +| | | | | | Maye | +| | | | | | Schuyler | +| | | | | | Chandler | +| | | | | | Demario | +| Product Configuration Architect | 8.0.9 | Overwrite | You can't copy the driver without copying the wireless SMS driver! | http://fabian.biz | Christy | +| | | | | | Antonette | +| | | | | | Citlalli | +| | | | | | Chaz | +| | | | | | Chaim | +| Dynamic Accountability Strategist | 7.0.9 | Unknown | I'll compress the optical SAS bandwidth, that should bandwidth the SAS bandwidth! | http://velva.info | Keven | +| | | | | | Rubye | +| | | | | | Lois | +| | | | | | Lizzie | +| | | | | | Bethel | +| | | | | | Margaretta | +| | | | | | Steve | +| | | | | | Rosalind | +| | | | | | Remington | +| | | | | | Andres | +| Direct Research Designer | 0.3.1 | Overwrite | I'll input the online GB interface, that should interface the GB interface! | https://xavier.net | Adaline | +| | | | | | Wilmer | +| | | | | | Alana | +| | | | | | Ryder | +| | | | | | Vivien | +| | | | | | Beatrice | +| | | | | | Quinn | +| | | | | | Joyce | +| | | | | | Rowena | +| Regional Configuration Associate | 2.0.8 | Expression | indexing the feed won't do anything, we need to transmit the neural SCSI feed! | http://tess.biz | Marion | +| | | | | | Norbert | +| | | | | | Birdie | +| | | | | | Nigel | +| | | | | | Dakota | +| | | | | | Salvatore | +| | | | | | Elvie | +| Forward Interactions Facilitator | 8.2.1 | Url | Use the optical USB firewall, then you can program the optical firewall! | http://morris.name | Chelsea | +| | | | | | Blanca | +| | | | | | Tillman | +| | | | | | Triston | +| Lead Infrastructure Specialist | 2.7.4 | Expression | If we override the interface, we can get to the CSS interface through the mobile CSS interface! | http://allene.info | Milan | +| | | | | | Caleb | +| | | | | | Rene | +| | | | | | Brendan | +| | | | | | Delores | +| | | | | | Tom | +| Chief Interactions Manager | 0.8.4 | Unknown | I'll quantify the 1080p PCI hard drive, that should hard drive the PCI hard drive! | https://kirsten.com | Larissa | +| | | | | | Marty | +| | | | | | Caterina | +| | | | | | Helen | +| | | | | | Kiley | +| | | | | | Shyanne | +| | | | | | Carissa | +| | | | | | Bennie | +| Dynamic Functionality Consultant | 4.9.1 | Unknown | Try to quantify the FTP hard drive, maybe it will quantify the haptic hard drive! | https://patience.name | Armando | +| | | | | | Allan | +| | | | | | Gina | +| | | | | | Lilian | +| | | | | | Rocio | +| | | | | | Itzel | +| | | | | | Shawna | +| Future Division Manager | 4.0.5 | Overwrite | I'll hack the open-source CSS bandwidth, that should bandwidth the CSS bandwidth! | http://albert.com | Xander | +| | | | | | Maye | +| | | | | | Cydney | +| | | | | | Danial | +| | | | | | Tony | +| | | | | | Dwight | +| | | | | | Ahmad | +| Direct Branding Agent | 4.8.7 | Expression | I'll synthesize the haptic CSS array, that should array the CSS array! | http://ricardo.net | Elouise | +| | | | | | Jay | +| | | | | | Jewell | +| | | | | | Gladyce | +| | | | | | Ernie | +| | | | | | Felipa | +| | | | | | Gretchen | +| | | | | | Vaughn | +| | | | | | Cordia | +| | | | | | Rhiannon | +| Investor Research Manager | 6.3.1 | Unknown | Use the digital SCSI system, then you can navigate the digital system! | http://elsie.info | Tabitha | +| | | | | | Lela | +| | | | | | Veronica | +| | | | | | Clement | +| | | | | | Duncan | +| Customer Integration Agent | 4.7.6 | Url | Use the solid state THX feed, then you can quantify the solid state feed! | https://emory.name | Finn | +| | | | | | Magnolia | +| | | | | | Anderson | +| | | | | | Elinore | +| | | | | | Jorge | +| | | | | | Bo | +| | | | | | Brennan | +| | | | | | Clemens | +| | | | | | Antonette | +| | | | | | Aliyah | +| Chief Security Analyst | 3.2.6 | Expression | The SCSI firewall is down, bypass the redundant firewall so we can bypass the SCSI firewall! | http://kaycee.com | Kailey | +| | | | | | Federico | +| | | | | | Kirk | +| | | | | | Madonna | +| | | | | | Rose | +| Lead Solutions Engineer | 2.1.9 | Expression | Try to back up the SMS program, maybe it will back up the multi-byte program! | http://bennie.net | Eliseo | +| | | | | | Jett | +| | | | | | Brown | +| | | | | | Kenya | +| | | | | | Jazmin | +| | | | | | Adriana | +| Principal Brand Designer | 2.4.7 | Unknown | You can't parse the bandwidth without indexing the auxiliary HTTP bandwidth! | https://rosa.info | Jennifer | +| | | | | | Stefan | +| | | | | | Velva | +| | | | | | Leone | +| | | | | | Maritza | +| Chief Communications Assistant | 5.7.1 | Overwrite | The COM program is down, parse the auxiliary program so we can parse the COM program! | http://presley.net | Alaina | +| | | | | | Lenora | +| | | | | | Abbigail | +| | | | | | Carlo | +| | | | | | Lyric | +| | | | | | Hadley | +| | | | | | Ethan | +| Dynamic Mobility Orchestrator | 7.3.0 | Url | The SCSI protocol is down, input the haptic protocol so we can input the SCSI protocol! | https://ashlynn.biz | Domenica | +| | | | | | Camila | +| | | | | | Marie | +| | | | | | Norberto | +| | | | | | Liana | +| | | | | | Nash | +| | | | | | Kasandra | +| | | | | | Janae | +| | | | | | Abbey | +| Corporate Applications Facilitator | 8.5.2 | Unknown | If we back up the monitor, we can get to the COM monitor through the wireless COM monitor! | http://jo.org | Zachery | +| | | | | | Ford | +| | | | | | Horace | +| | | | | | Amir | +| | | | | | Julius | +| | | | | | Deron | +| | | | | | Graciela | +| | | | | | Claire | +| | | | | | Shyanne | +| Central Assurance Planner | 0.9.0 | Url | We need to copy the online SSL pixel! | http://estevan.org | Nakia | +| | | | | | Luciano | +| | | | | | Brice | +| | | | | | Providenci | +| District Branding Specialist | 8.7.1 | Overwrite | We need to connect the bluetooth RSS application! | http://unique.name | Alena | +| | | | | | Jerod | +| | | | | | Felton | +| | | | | | Brenda | +| | | | | | Santos | +| | | | | | Reagan | +| | | | | | Damion | +| | | | | | Efrain | +| | | | | | Rose | +| | | | | | Myriam | +| Direct Mobility Coordinator | 5.7.0 | Url | Try to navigate the CSS port, maybe it will navigate the open-source port! | http://athena.com | Paula | +| | | | | | Rosario | +| | | | | | Jamey | +| | | | | | Ruth | +| | | | | | Rosalia | +| | | | | | Gayle | +| | | | | | Destiney | +| | | | | | Mertie | +| | | | | | Buford | +| | | | | | Otis | +| Dynamic Operations Facilitator | 0.5.9 | Unknown | Try to synthesize the SMS pixel, maybe it will synthesize the wireless pixel! | http://terrell.biz | Michale | +| | | | | | Oscar | +| | | | | | Lenna | +| | | | | | Angie | +| | | | | | Natasha | +| | | | | | Luella | +| | | | | | Rubie | +| | | | | | Holden | +| District Markets Agent | 2.3.1 | Unknown | You can't navigate the pixel without overriding the digital EXE pixel! | https://leslie.biz | Christa | +| | | | | | Verner | +| | | | | | Demetrius | +| | | | | | Aylin | +| | | | | | Dovie | +| District Directives Developer | 5.6.6 | Unknown | The IB bus is down, bypass the bluetooth bus so we can bypass the IB bus! | http://catherine.name | Madelynn | +| | | | | | Coleman | +| | | | | | Kay | +| | | | | | Jayne | +| | | | | | Regan | +| | | | | | Sarah | +| Legacy Tactics Assistant | 3.0.9 | Url | Try to navigate the ADP driver, maybe it will navigate the online driver! | https://anastacio.biz | Elva | +| | | | | | Verner | +| | | | | | Adrianna | +| | | | | | Sarai | +| | | | | | Pinkie | +| | | | | | Clark | +| Customer Program Supervisor | 7.6.4 | Url | Use the mobile SQL circuit, then you can compress the mobile circuit! | http://syble.name | Rebeka | +| | | | | | Lucinda | +| | | | | | Lizzie | +| | | | | | Gerson | +| Corporate Identity Developer | 5.1.4 | Expression | hacking the program won't do anything, we need to copy the solid state JBOD program! | https://declan.name | Zane | +| | | | | | Lacey | +| | | | | | Conor | +| | | | | | Fermin | +| Forward Accountability Associate | 0.1.3 | Url | We need to calculate the digital SSL system! | http://zita.net | Kirsten | +| | | | | | Alberto | +| | | | | | Cornell | +| | | | | | Malika | +| Legacy Accounts Director | 7.6.7 | Expression | I'll back up the wireless SMTP application, that should application the SMTP application! | https://hayley.name | Ciara | +| | | | | | May | +| | | | | | Quinn | +| | | | | | Gaetano | +| | | | | | Charity | +| | | | | | Neha | +| | | | | | Ola | +| | | | | | Beverly | +| Corporate Branding Consultant | 6.9.5 | Overwrite | Use the wireless SQL card, then you can quantify the wireless card! | http://eugene.biz | Jenifer | +| | | | | | Hilda | +| | | | | | Ezekiel | +| | | | | | Lelia | +| | | | | | Hubert | +| | | | | | Ruthie | +| Internal Accountability Liaison | 8.9.6 | Overwrite | The SAS sensor is down, bypass the cross-platform sensor so we can bypass the SAS sensor! | http://herman.name | Viola | +| | | | | | Torey | +| | | | | | Domenick | +| | | | | | Braulio | +| | | | | | Chyna | +| | | | | | Reginald | +| Global Mobility Planner | 8.9.0 | Url | The XML system is down, hack the bluetooth system so we can hack the XML system! | http://kiel.name | Maryjane | +| | | | | | Carley | +| | | | | | Carrie | +| | | | | | Norma | +| | | | | | Della | +| | | | | | Savion | +| | | | | | Arely | +| | | | | | Chelsie | +| | | | | | Gail | +| | | | | | Godfrey | +| Principal Interactions Specialist | 4.2.6 | Expression | Try to hack the IB port, maybe it will hack the cross-platform port! | http://lawson.com | Darron | +| | | | | | Ryder | +| | | | | | Jason | +| | | | | | Jabari | +| | | | | | Donald | +| | | | | | Mathias | +| | | | | | Alberta | +| | | | | | Koby | +| Principal Solutions Associate | 2.8.5 | Unknown | We need to parse the virtual SMTP program! | https://leone.net | Aditya | +| | | | | | Summer | +| | | | | | Andres | +| | | | | | Filiberto | +| | | | | | Rae | +| | | | | | Serenity | +| | | | | | Leta | +| | | | | | Amelia | +| | | | | | Clemens | +| Future Data Strategist | 2.1.1 | Expression | The FTP firewall is down, connect the wireless firewall so we can connect the FTP firewall! | http://dana.net | Viola | +| | | | | | Gaetano | +| | | | | | Kaitlyn | +| | | | | | Jerrod | +| | | | | | Orin | +| Customer Directives Facilitator | 0.9.5 | Expression | If we input the sensor, we can get to the XML sensor through the redundant XML sensor! | http://stella.biz | Alejandrin | +| | | | | | Enrico | +| | | | | | Elisha | +| | | | | | Ardella | +| | | | | | Waylon | +| | | | | | Rhiannon | +| | | | | | Sigmund | +| Legacy Group Supervisor | 0.6.5 | Url | You can't override the pixel without backing up the optical SSL pixel! | https://sylvia.org | Della | +| | | | | | Jena | +| | | | | | Rene | +| | | | | | Trever | +| Customer Directives Strategist | 6.2.0 | Unknown | If we connect the port, we can get to the HDD port through the cross-platform HDD port! | http://brock.biz | Dane | +| | | | | | Leonor | +| | | | | | Charles | +| | | | | | Laury | +| | | | | | Henry | +| | | | | | Myrtie | +| | | | | | Dillon | +| | | | | | Ronny | +| | | | | | Audrey | +| | | | | | Wiley | +| Legacy Directives Supervisor | 8.6.3 | Expression | compressing the bandwidth won't do anything, we need to bypass the primary RAM bandwidth! | http://howell.net | Estevan | +| | | | | | Agnes | +| | | | | | Alta | +| Future Division Planner | 7.0.4 | Overwrite | The SQL bandwidth is down, copy the auxiliary bandwidth so we can copy the SQL bandwidth! | https://maymie.info | Lela | +| | | | | | Flossie | +| | | | | | Leone | +| | | | | | Ariel | +| | | | | | Reece | +| | | | | | Ethan | +| | | | | | Joshuah | +| | | | | | Elva | +| | | | | | Gunnar | +| Central Quality Orchestrator | 1.5.2 | Unknown | Try to generate the HDD program, maybe it will generate the open-source program! | http://enos.info | Arturo | +| | | | | | Katlyn | +| | | | | | Arnaldo | +| Central Directives Assistant | 1.3.4 | Expression | You can't reboot the feed without indexing the primary RAM feed! | https://gust.org | Claudia | +| | | | | | Berenice | +| | | | | | Arielle | +| Lead Response Orchestrator | 9.3.5 | Url | The USB program is down, reboot the open-source program so we can reboot the USB program! | https://bradley.com | Jovan | +| | | | | | Ottilie | +| | | | | | Alessandro | +| | | | | | Dawn | +| | | | | | Letitia | +| | | | | | Florine | +| | | | | | Allan | +| | | | | | Claudie | +| | | | | | Joyce | +| | | | | | Oren | +| Senior Paradigm Coordinator | 3.8.9 | Url | Use the wireless IB feed, then you can program the wireless feed! | http://amanda.biz | Margot | +| | | | | | Sandra | +| | | | | | Baylee | +| | | | | | Davon | +| | | | | | Ova | +| Customer Functionality Designer | 4.0.8 | Url | calculating the transmitter won't do anything, we need to synthesize the neural SCSI transmitter! | http://toby.name | Dorothea | +| | | | | | Jerod | +| | | | | | Chesley | +| | | | | | Maximillian | +| | | | | | Rae | +| | | | | | Amanda | +| | | | | | Price | +| | | | | | Vaughn | +| | | | | | Filiberto | ++--------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+------------------------+-------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt new file mode 100644 index 00000000..12b90726 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=20.verified.txt @@ -0,0 +1,124 @@ ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | +| Product Quality Associate | 7.1.0 | Url | The THX program is down, transmit the redundant program so we can transmit the THX program! | https://zena.name | Mae | +| | | | | | Leanne | +| | | | | | Santos | +| Regional Markets Coordinator | 4.4.2 | Expression | If we synthesize the pixel, we can get to the HDD pixel through the multi-byte HDD pixel! | http://andreanne.info | Laurie | +| | | | | | Concepcion | +| | | | | | Anderson | +| | | | | | Minerva | +| | | | | | Quinten | +| | | | | | Felicita | +| | | | | | Leilani | +| | | | | | Shaina | +| | | | | | Freddie | +| | | | | | Christina | +| Lead Markets Agent | 8.6.9 | Unknown | Try to reboot the THX hard drive, maybe it will reboot the open-source hard drive! | https://randal.org | Candace | +| | | | | | Annabelle | +| | | | | | Rickey | +| | | | | | Alessandro | +| | | | | | Katelyn | +| | | | | | Otho | +| | | | | | Destin | +| Global Division Designer | 1.5.0 | Unknown | If we parse the microchip, we can get to the RSS microchip through the bluetooth RSS microchip! | https://kayden.com | Raphaelle | +| | | | | | Paula | +| | | | | | Myrl | +| | | | | | Enos | +| | | | | | Everette | +| | | | | | Elwyn | +| | | | | | Jarret | +| | | | | | Raven | +| | | | | | Darrel | +| | | | | | Providenci | +| District Creative Designer | 1.4.6 | Expression | You can't bypass the firewall without transmitting the open-source XML firewall! | https://everardo.com | Brenna | +| | | | | | Demarco | +| | | | | | Angel | +| | | | | | Felicity | +| | | | | | Cayla | +| | | | | | Jeff | +| | | | | | Sophie | +| | | | | | Cruz | +| | | | | | Nikko | +| Lead Factors Officer | 1.0.3 | Overwrite | The HDD driver is down, program the solid state driver so we can program the HDD driver! | http://dejon.biz | Burnice | +| | | | | | Heather | +| | | | | | Kristy | +| | | | | | Vicky | +| | | | | | Dahlia | +| | | | | | Darwin | +| | | | | | Cristal | +| | | | | | Janice | +| | | | | | Everett | +| Customer Directives Architect | 2.3.6 | Unknown | The CSS microchip is down, program the auxiliary microchip so we can program the CSS microchip! | https://mossie.name | Ewald | +| | | | | | Kari | +| | | | | | Uriel | +| | | | | | Celine | +| Dynamic Division Liaison | 6.8.7 | Overwrite | If we navigate the microchip, we can get to the SCSI microchip through the wireless SCSI microchip! | http://maybelle.info | Una | +| | | | | | Willard | +| | | | | | Carole | +| | | | | | Eloy | +| | | | | | Tre | +| | | | | | Nelson | +| | | | | | Alaina | +| | | | | | Dante | +| | | | | | Ethel | +| | | | | | Loyce | +| District Assurance Consultant | 1.9.5 | Unknown | If we reboot the program, we can get to the SAS program through the haptic SAS program! | https://tyrese.net | Raegan | +| | | | | | Dusty | +| | | | | | Camila | +| | | | | | Kayla | +| | | | | | Heath | +| | | | | | Consuelo | +| | | | | | Rogelio | +| | | | | | Aurelie | +| | | | | | Hyman | +| Forward Web Specialist | 7.1.4 | Url | I'll generate the optical COM protocol, that should protocol the COM protocol! | http://bryana.net | Stuart | +| | | | | | Brenden | +| | | | | | Hunter | +| | | | | | Heaven | +| | | | | | Thea | +| | | | | | Gene | +| | | | | | Jonathan | +| Chief Implementation Representative | 1.0.9 | Url | You can't parse the protocol without quantifying the cross-platform SAS protocol! | http://vella.com | Heaven | +| | | | | | Harold | +| | | | | | Toy | +| Internal Factors Facilitator | 2.6.3 | Overwrite | The TCP application is down, input the optical application so we can input the TCP application! | https://eliza.net | Ellie | +| | | | | | Anastasia | +| | | | | | Rico | +| | | | | | Jerrell | +| | | | | | Logan | +| | | | | | Rashawn | +| Central Response Officer | 5.5.9 | Unknown | Use the wireless ADP array, then you can input the wireless array! | https://hayley.org | Cassie | +| | | | | | Clinton | +| | | | | | Delaney | +| | | | | | Gretchen | +| | | | | | Janae | +| | | | | | Trent | +| | | | | | Arvid | +| | | | | | Sedrick | +| | | | | | Einar | +| Senior Accountability Developer | 3.5.4 | Url | I'll parse the 1080p RSS array, that should array the RSS array! | http://bessie.info | Forrest | +| | | | | | Reginald | +| | | | | | Beaulah | ++-------------------------------------+---------+----------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+------------+ diff --git a/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt new file mode 100644 index 00000000..8f845ad8 --- /dev/null +++ b/tests/NuGetUtility.Test/Output/TableOutputFormatterTest(True,True,True).ValidatedLicenses_Should_PrintCorrectTable_validatedLicenseCount=5.verified.txt @@ -0,0 +1,25 @@ ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Package | Version | License Information Origin | License Expression | Package Project Url | Context | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ +| Human Branding Officer | 6.3.1 | Expression | If we hack the hard drive, we can get to the RSS hard drive through the digital RSS hard drive! | http://vilma.info | Juana | +| | | | | | Una | +| | | | | | Tito | +| | | | | | Floyd | +| | | | | | Kara | +| Chief Functionality Director | 3.4.7 | Expression | Try to back up the SDD interface, maybe it will back up the cross-platform interface! | http://gladyce.biz | Rebecca | +| | | | | | Dedrick | +| | | | | | Keagan | +| | | | | | Laury | +| Customer Accounts Planner | 4.1.5 | Url | The COM monitor is down, reboot the digital monitor so we can reboot the COM monitor! | http://hyman.org | Neal | +| | | | | | Dustin | +| | | | | | Kelley | +| Lead Configuration Liaison | 1.8.9 | Unknown | Try to navigate the RAM capacitor, maybe it will navigate the wireless capacitor! | https://alize.info | Rodrigo | +| | | | | | Destany | +| | | | | | Dakota | +| | | | | | Bridie | +| | | | | | Velva | +| | | | | | Dewitt | +| | | | | | Kory | +| | | | | | Kade | +| | | | | | Clotilde | ++------------------------------+---------+----------------------------+-------------------------------------------------------------------------------------------------+---------------------+----------+ diff --git a/tests/NuGetUtility.Test/Output/TestBase.cs b/tests/NuGetUtility.Test/Output/TestBase.cs index 349b7e6c..4449064f 100644 --- a/tests/NuGetUtility.Test/Output/TestBase.cs +++ b/tests/NuGetUtility.Test/Output/TestBase.cs @@ -21,7 +21,8 @@ public void SetUp() new NuGetVersion(f.System.Semver()), f.Internet.Url(), f.Hacker.Phrase(), - f.Random.Enum())) + f.Random.Enum(), + GetSuccessValidationChecks(f).ToList())) .UseSeed(8675309); LicenseValidationErrorFaker = new Faker().CustomInstantiator(f => new LicenseValidationResult(f.Name.JobTitle(), @@ -53,12 +54,24 @@ public void SetUp() return faker.Hacker.Phrase(); } - private IEnumerable GetErrorList(Faker faker) + private IEnumerable GetSuccessValidationChecks(Faker faker) + { + int itemCount = faker.Random.Int(3, 10); + for (int i = 0; i < itemCount; i++) + { + yield return new ValidationCheck(faker.Name.FirstName()); + } + } + + private IEnumerable GetErrorList(Faker faker) { + yield return new ValidationCheck(faker.Name.FirstName(), faker.Internet.Url()); int itemCount = faker.Random.Int(3, 10); for (int i = 0; i < itemCount; i++) { - yield return new ValidationError(faker.Name.FirstName(), faker.Internet.Url()); + yield return faker.Random.Bool() ? + new ValidationCheck(faker.Name.FirstName(), faker.Internet.Url()) : + new ValidationCheck(faker.Name.FirstName(), null); } }