microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.51k stars 2.62k forks source link

Cannot build Xamarin.Forms library that references XF 2.4.0.282 #5658

Closed mrbelk closed 7 years ago

mrbelk commented 7 years ago

Environment

VSTS with private agent VSTS account name: bizspeed Team Project Name: goRoamPOD build definition name: "bulkDelivery Android CI" build number: 2017.10.17.1609 private agent version 2.120.2 OS version 6.3.9600

Issue Description

I have upgraded my primary xamarin forms app "PCL" library to Xamarin Forms 2.4.0.282 and now my automated build process fails with errors in the XAML code-behind pages. My private build agent server has VS2017 15.4 installed, with Xamarin.Android 8.0.0.33. The task that fails is the Xamarin.Android task, when building my PCL project (which I have converted to use .NETStandard 1.4). The solution builds and runs from VS2017 v15.4 on a windows workstation as well as in VS for Mac v15.4.

Error logs

This is a snippet of the build output from the Xamarin.Android build task.

Controls\ImageButton.xaml.cs(16,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Controls\ImageButton.xaml.cs(38,12): error CS0103: The name 'buttonImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Controls\ImageButton.xaml.cs(41,5): error CS0103: The name 'buttonImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(25,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(34,17): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(37,13): error CS0103: The name 'paymentIdEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(39,13): error CS0103: The name 'paymentDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(44,13): error CS0103: The name 'paymentDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(50,31): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(56,17): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(63,17): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(73,21): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(83,21): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(88,29): error CS0103: The name 'paymentIdEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(91,13): error CS0103: The name 'paymentDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(117,25): error CS0103: The name 'payAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(144,21): error CS0103: The name 'unitPriceAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(145,21): error CS0103: The name 'unitPriceDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(146,21): error CS0103: The name 'unitPriceAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(150,13): error CS0103: The name 'itemsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(155,13): error CS0103: The name 'unitPriceDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(162,36): error CS0103: The name 'unitPriceAmountEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PaymentPage.xaml.cs(181,17): error CS0103: The name 'unitPriceDialog' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\EventLogPage.xaml.cs(18,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InventorySummaryPage.xaml.cs(16,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InventorySummaryPage.xaml.cs(23,4): error CS0103: The name 'inventoryListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PhotoPage.xaml.cs(23,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PhotoPage.xaml.cs(100,4): error CS0103: The name 'photoImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(19,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(45,5): error CS0103: The name 'quantityContentView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(57,6): error CS0103: The name 'quantityContentView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(65,6): error CS0103: The name 'quantityContentView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(72,8): error CS0103: The name 'destinationParentsPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(73,48): error CS0103: The name 'destinationParentsPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtOperationsPage.xaml.cs(80,16): error CS0103: The name 'destinationLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ViewLogsPage.xaml.cs(17,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(17,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(47,16): error CS0103: The name 'operationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(49,5): error CS0103: The name 'operationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(52,5): error CS0103: The name 'operationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(58,16): error CS0103: The name 'productPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(60,5): error CS0103: The name 'productPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(63,5): error CS0103: The name 'productPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(69,16): error CS0103: The name 'registerPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(71,5): error CS0103: The name 'registerPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\InvMgmtMainMenuPage.xaml.cs(74,5): error CS0103: The name 'registerPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(18,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(20,4): error CS0103: The name 'searchBar' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(41,4): error CS0103: The name 'productListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(44,4): error CS0103: The name 'productListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(49,4): error CS0103: The name 'productListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ProductSearchPage.xaml.cs(51,4): error CS0103: The name 'productListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(19,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(21,4): error CS0103: The name 'searchBar' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(40,4): error CS0103: The name 'customerListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(43,4): error CS0103: The name 'customerListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(48,4): error CS0103: The name 'customerListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\CustomerSearchPage.xaml.cs(50,4): error CS0103: The name 'customerListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\TripItemsPage.xaml.cs(15,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\TripItemsPage.xaml.cs(38,4): error CS0103: The name 'itemsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\TripItemsPage.xaml.cs(41,4): error CS0103: The name 'itemsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ReportsPage.xaml.cs(21,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ReportsPage.xaml.cs(27,8): error CS0103: The name 'reportList' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ReportsPage.xaml.cs(43,4): error CS0103: The name 'reportList' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\WetHosingView.xaml.cs(16,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\WetHosingView.xaml.cs(26,5): error CS0103: The name 'meterContentView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\WetHosingView.xaml.cs(32,4): error CS0103: The name 'bolPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\UndeliveredAssetsView.xaml.cs(16,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\UndeliveredAssetsView.xaml.cs(37,4): error CS0103: The name 'assetListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\UndeliveredAssetsView.xaml.cs(40,4): error CS0103: The name 'assetListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(30,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(32,4): error CS0103: The name 'automatedView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(75,16): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(77,5): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(81,5): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(87,16): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(90,5): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredOffloadPage.xaml.cs(94,5): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(28,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(34,16): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(36,5): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(40,5): error CS0103: The name 'terminalPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(46,16): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(48,5): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ManualItemOffLoadPage.xaml.cs(51,5): error CS0103: The name 'inventoryLocationPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(29,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(40,4): error CS0103: The name 'meterSlider' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(53,4): error CS0103: The name 'offloadPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(54,4): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(59,33): error CS0103: The name 'offLoadStack' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(64,33): error CS0103: The name 'transferStack' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(69,33): error CS0103: The name 'orderStack' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(74,33): error CS0103: The name 'loadStack' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(114,6): error CS0103: The name 'meterSlider' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(204,10): error CS1061: 'PostTripPage' does not contain a definition for 'meterSlider' and no extension method 'meterSlider' accepting a first argument of type 'PostTripPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(205,23): error CS0103: The name 'metersPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(209,24): error CS0103: The name 'reconciliationPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(213,24): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(220,22): error CS0103: The name 'offloadPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(237,23): error CS0103: The name 'reconciliationPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(242,23): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(256,4): error CS0103: The name 'offLoadInventoryListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(262,23): error CS0103: The name 'metersPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(265,23): error CS0103: The name 'offloadPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(272,26): error CS0103: The name 'reasonForDiffEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(279,4): error CS0103: The name 'reconciliationPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(285,23): error CS0103: The name 'reconciliationPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(290,23): error CS0103: The name 'metersPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\PostTripPage.xaml.cs(294,22): error CS0103: The name 'offloadPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\NewAssetPage.xaml.cs(19,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\NewAssetPage.xaml.cs(50,9): error CS1061: 'NewAssetPage' does not contain a definition for 'AssetTypePicker' and no extension method 'AssetTypePicker' accepting a first argument of type 'NewAssetPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredItemDeliveryPage.xaml.cs(50,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredItemDeliveryPage.xaml.cs(57,5): error CS0103: The name 'wetHosingContentPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredItemDeliveryPage.xaml.cs(59,5): error CS0103: The name 'wetHosingContentPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredItemDeliveryPage.xaml.cs(76,4): error CS0103: The name 'wetHosingContentPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MeteredItemDeliveryPage.xaml.cs(86,4): error CS0103: The name 'wetHosingContentPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\AboutPage.xaml.cs(19,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderPage.xaml.cs(41,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderPage.xaml.cs(47,10): error CS1061: 'OrderPage' does not contain a definition for 'orderDetailListView' and no extension method 'orderDetailListView' accepting a first argument of type 'OrderPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderPage.xaml.cs(335,6): error CS0103: The name 'orderDetailListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderPage.xaml.cs(454,10): error CS1061: 'OrderPage' does not contain a definition for 'orderDetailListView' and no extension method 'orderDetailListView' accepting a first argument of type 'OrderPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\EditLoadDetailPage.xaml.cs(40,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StickReadingPage.xaml.cs(18,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\BulkNonMeteredItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\BulkItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\PackagedItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\BulkStopListItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\PackagedStopListItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\LoadListItemViewCell.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\MechanicalMeterView.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\InvMgmtUnloadView.xaml.cs(15,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\ProductSearchListViewItem.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\CustomerSearchListViewItem.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\TripItemListViewItem.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingEntryView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingEntryView.xaml.cs(38,5): error CS0103: The name 'beforeFraction' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingEntryView.xaml.cs(39,5): error CS0103: The name 'beforeFraction' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingEntryView.xaml.cs(50,5): error CS0103: The name 'afterFraction' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingEntryView.xaml.cs(51,5): error CS0103: The name 'afterFraction' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\TotalizerListItemView.xaml.cs(13,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\MeteredWetHosingView.xaml.cs(15,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\MeteredWetHosingView.xaml.cs(25,5): error CS0103: The name 'automatedView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AssetSummaryView.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AutomatedMeterView.xaml.cs(19,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AutomatedMeterView.xaml.cs(35,4): error CS0103: The name 'controlImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AutomatedMeterView.xaml.cs(49,7): error CS0103: The name 'controlImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AutomatedMeterView.xaml.cs(52,7): error CS0103: The name 'controlImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\AutomatedMeterView.xaml.cs(60,16): error CS0103: The name 'registerPicker' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\ManualWetHosingView.xaml.cs(14,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\ManualWetHosingView.xaml.cs(16,5): error CS0103: The name 'meterEndEntry' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\WetHosingSummaryView.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StickReadingView.xaml.cs(14,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\StopListItemView.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\OrderDetailItemView.xaml.cs(11,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\ContentViews\LoadDetailItemView.xaml.cs(12,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(127,9): error CS0103: The name 'loadDetailsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(128,9): error CS0103: The name 'loadDetailsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(178,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(206,8): error CS0103: The name 'terminalSelect' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(210,56): error CS0103: The name 'terminalSelect' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoadPage.xaml.cs(239,6): error CS0103: The name 'loadDetailsListView' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SignatureCapture.xaml.cs(21,5): error CS0103: The name 'signatureImage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SignatureCapture.xaml.cs(32,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderItemPage.xaml.cs(27,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderItemPage.xaml.cs(30,32): error CS1061: 'OrderItemPage' does not contain a definition for 'StickReadingTab' and no extension method 'StickReadingTab' accepting a first argument of type 'OrderItemPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderItemPage.xaml.cs(33,68): error CS1061: 'OrderItemPage' does not contain a definition for 'StickReadingTab' and no extension method 'StickReadingTab' accepting a first argument of type 'OrderItemPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderItemPage.xaml.cs(38,32): error CS1061: 'OrderItemPage' does not contain a definition for 'BatchNumberTab' and no extension method 'BatchNumberTab' accepting a first argument of type 'OrderItemPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\OrderItemPage.xaml.cs(45,10): error CS1061: 'OrderItemPage' does not contain a definition for 'bolNumber' and no extension method 'bolNumber' accepting a first argument of type 'OrderItemPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(38,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(47,10): error CS1061: 'SettingsPage' does not contain a definition for 'serverResult' and no extension method 'serverResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(50,10): error CS1061: 'SettingsPage' does not contain a definition for 'meterResult' and no extension method 'meterResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(53,10): error CS1061: 'SettingsPage' does not contain a definition for 'printerResult' and no extension method 'printerResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(62,10): error CS1061: 'SettingsPage' does not contain a definition for 'serverResult' and no extension method 'serverResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(65,10): error CS1061: 'SettingsPage' does not contain a definition for 'meterResult' and no extension method 'meterResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\SettingsPage.xaml.cs(68,10): error CS1061: 'SettingsPage' does not contain a definition for 'printerResult' and no extension method 'printerResult' accepting a first argument of type 'SettingsPage' could be found (are you missing a using directive or an assembly reference?) [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StopListPage.xaml.cs(40,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StopListPage.xaml.cs(90,5): error CS0103: The name 'listViewStops' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StopListPage.xaml.cs(115,4): error CS0103: The name 'listViewStops' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(44,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(47,4): error CS0103: The name 'meterSlider' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(75,4): error CS0103: The name 'inventoryGrid' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(105,24): error CS0103: The name 'findTripsPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(185,23): error CS0103: The name 'inventoryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(192,24): error CS0103: The name 'meterPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(195,24): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(213,23): error CS0103: The name 'meterPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(216,23): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(222,4): error CS0103: The name 'inventoryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(238,4): error CS0103: The name 'meterPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(244,5): error CS0103: The name 'meterPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(247,22): error CS0103: The name 'findTripsPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(254,5): error CS0103: The name 'summaryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(257,23): error CS0103: The name 'inventoryPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\StartTripPage.xaml.cs(260,23): error CS0103: The name 'findTripsPage' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\LoginPage.xaml.cs(49,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
  Views\MainMenuPage.xaml.cs(136,4): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj]
madhurig commented 7 years ago

@mrbelk: Can you run the "msbuild" command that the XamarinAndroid task is running on your build machine from a command prompt and see if you get similar errors? I have a feeling "NuGet Restore" task did not bring down the right packages/libraries causing these errors.

mrbelk commented 7 years ago

when I run that command in a command prompt on my build machine, I get basically the same set of errors. What should I be looking at w.r.t. the nuget restore task?

mrbelk commented 7 years ago

FWIW, I am still using v1 of the NuGet restore task. I've had mixed results using v2 of it.

madhurig commented 7 years ago

Based on the docs: https://docs.microsoft.com/en-us/vsts/build-release/tasks/package/nuget, the recommendation is to use .NET Core task to restore .NET core and net standard packages. Can you try that out please?

Thanks, Madhuri

mrbelk commented 7 years ago

so should I remove the NuGet restore step and replace it with the dotnet restore step? I can't replace the xamarin.android build step, but the docs also appear to indicate that I have to add a .NET Core step with the "build" command, but that seems redundant.

mrbelk commented 7 years ago

replacing the NuGet restore task with a dotnet restore task failed, too. None of the projects in my solution even restored any packages It's possible that I don't have it set up correctly, though.

I get a bunch of warnings like this in the .NET Core "restore" task:

2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\Droid\bulkDelivery.Droid.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\Droid\bulkDelivery.Droid.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\ToughpadBinding\ToughpadBinding.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\ToughpadBinding\ToughpadBinding.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\BarcodeService.Interfaces\LaserScanner.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\BarcodeService.Interfaces\LaserScanner.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\BarcodeScanning.Components\BarcodeScanning.Components.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\BarcodeScanning.Components\BarcodeScanning.Components.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\MeterService.Models\MeterService.Models.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\MeterService.Models\MeterService.Models.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\MeterService\MeterService.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\MeterService\MeterService.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\MockMeterService\MockMeterService.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\MockMeterService\MockMeterService.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bullkDelivery.Components\bulkDelivery.Components.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\bullkDelivery.Components\bulkDelivery.Components.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\ZebraBindings\ZebraBindings.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\ZebraBindings\ZebraBindings.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\CPLTemplates\CPLTemplates.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\CPLTemplates\CPLTemplates.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bulkDelivery.DataModel\bulkDelivery.Models.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\bulkDelivery.DataModel\bulkDelivery.Models.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bulkDelivery.Extensions\bulkDelivery.Extensions.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\bulkDelivery.Extensions\bulkDelivery.Extensions.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bulkDelivery.Locator.Extensions\bulkDelivery.Locator.Extensions.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\bulkDelivery.Locator.Extensions\bulkDelivery.Locator.Extensions.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\JanamBinding\JanamBinding.csproj : warning NU1503: Skipping restore for project 'C:\agent\_work\2\s\JanamBinding\JanamBinding.csproj'. The project file may be invalid or missing targets required for restore. [C:\agent\_work\2\s\bulkDelivery.sln]

and then a bunch of errors like this:

2017-10-19T13:35:56.1871250Z "C:\agent\_work\2\s\bulkDelivery.sln" (Restore target) (1) ->
2017-10-19T13:35:56.1871250Z "C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj" (_IsProjectRestoreSupported target) (2) ->
2017-10-19T13:35:56.1871250Z   C:\agent\_work\2\s\bulkDelivery\bulkDelivery.csproj(376,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\2.0.2\Microsoft\Portable\v5.0\Microsoft.Portable.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
mrbelk commented 7 years ago

so an update: I cleaned up my the .csproj files in projects that reference xamarin forms to remove some extraneous nodes and to re-point the ones that were left to the netstandard1.0 versions of xamarin.forms.targets files. I also commented out the xaml compilation assembly attribute and now my CI build runs to completion with 100% tests passing.I am going to push this build to HockeyApp to see if it actually "runs" on a device

pspill commented 7 years ago

@mrbelk is this issue resolved, is there anything else to investigate or can this issue be closed?

mrbelk commented 7 years ago

I believe this can be closed, yes.