Skip to content

Instantly share code, notes, and snippets.

@sunil360
Created April 9, 2014 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunil360/96993718dc10d882efdd to your computer and use it in GitHub Desktop.
Save sunil360/96993718dc10d882efdd to your computer and use it in GitHub Desktop.
1>------ Build started: Project: ClientObjectsPCL, Configuration: Debug Any CPU ------
1>d:\New folder\ClientObjects\Screens\Connections\ChartClasses.cs(21,7,21,28): warning CS0105: The using directive for 'Slb.AvocetVM.Portable' appeared previously in this namespace
1>d:\New folder\ClientObjects\Utilities\Snapshot.cs(17,7,17,29): warning CS0105: The using directive for 'Slb.AvocetVM.Utilities' appeared previously in this namespace
1>d:\New folder\ClientObjectsSL\Controls\ListRow.cs(46,21,46,30): warning CS0168: The variable 'doubleVal' is declared but never used
1>d:\New folder\ClientObjects\Screens\NavigationParams.cs(560,23,560,25): warning CS0168: The variable 'ex' is declared but never used
1>d:\New folder\ClientObjects\Shell\BaseView.cs(133,30,133,32): warning CS0168: The variable 'ex' is declared but never used
1>d:\New folder\ClientObjects\Shell\BaseDialog.cs(206,38,206,61): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>D:\New folder\ClientObjectsPCL\BusinessInvoker\AvocetServiceClient.cs(156,30,156,32): warning CS0168: The variable 'ex' is declared but never used
1>D:\New folder\ClientObjectsPCL\BusinessInvoker\AvocetServiceClient.cs(177,30,177,32): warning CS0168: The variable 'ex' is declared but never used
1>D:\New folder\ClientObjectsPCL\Security\LoginFromLocalCache.cs(289,30,289,32): warning CS0168: The variable 'ex' is declared but never used
1>d:\New folder\ClientObjects\Screens\Args.cs(1511,18,1511,25): warning CS0169: The field 'Slb.AvocetVM.Client.Screens.OnGetMultiSaveParametersArgs._itemId' is never used
1>d:\New folder\ClientObjects\Screens\Connections\ChartClasses.cs(309,23,309,33): warning CS0649: Field 'Slb.AvocetVM.Client.Screens.Connections.Charts.ChartInfo.Terminated' is never assigned to, and will always have its default value false
1>d:\New folder\ClientObjects\UI\UserPreferences\ScreenSettingsVM.cs(101,22,101,49): warning CS0414: The field 'Slb.AvocetVM.Client.UI.UserPreferences.ScreenSettingsVM._initialIsRestoreLastScreen' is assigned but its value is never used
1>d:\New folder\ClientObjects\UI\UserPreferences\ScreenSettingsVM.cs(102,16,102,36): warning CS0414: The field 'Slb.AvocetVM.Client.UI.UserPreferences.ScreenSettingsVM._initialShowItemName' is assigned but its value is never used
1>d:\New folder\ClientObjects\UI\UserPreferences\ScreenSettingsVM.cs(103,16,103,38): warning CS0414: The field 'Slb.AvocetVM.Client.UI.UserPreferences.ScreenSettingsVM._initialShowDataSource' is assigned but its value is never used
1>d:\New folder\ClientObjects\UI\UserPreferences\ScreenSettingsVM.cs(104,16,104,44): warning CS0414: The field 'Slb.AvocetVM.Client.UI.UserPreferences.ScreenSettingsVM._initialSortHistoryAscending' is assigned but its value is never used
1> ClientObjectsPCL -> D:\New folder\ClientObjectsPCL\bin\Debug\Slb.AvocetVM.ClientObjects.dll
2>------ Build started: Project: ClientObjectsAndroid, Configuration: Debug Any CPU ------
2>D:\New folder\Portable\Data\DataSet\DataColumn\DataColumn.cs(784,10,784,92): warning CS1030: #warning: 'make sure this is making it to DataColumnCollection (and data field collection???)'
2>D:\New folder\Portable\ArrayList.cs(66,29,66,35): warning CS0108: 'Slb.AvocetVM.Portable.ArrayList.CopyTo(object[])' hides inherited member 'System.Collections.Generic.List<object>.CopyTo(object[])'. Use the new keyword if hiding was intended.
2>D:\New folder\Portable\Data\DataSet\DataRelation\DataRelationCollection.cs(22,23,22,26): warning CS0108: 'Slb.AvocetVM.Portable.DataRelationCollection.Add(Slb.AvocetVM.Portable.DataRelation)' hides inherited member 'System.Collections.ObjectModel.Collection<Slb.AvocetVM.Portable.DataRelation>.Add(Slb.AvocetVM.Portable.DataRelation)'. Use the new keyword if hiding was intended.
2>D:\New folder\Portable\Data\DataSet\DataRow\DataRowCollection.cs(36,52,36,67): warning CS0114: 'Slb.AvocetVM.Portable.DataRowCollection.PropertyChanged' hides inherited member 'System.Collections.ObjectModel.ObservableCollection<Slb.AvocetVM.Portable.DataRow>.PropertyChanged'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
2>D:\New folder\Portable\Collections\Generic\SortedList.cs(593,17,593,23): warning CS0162: Unreachable code detected
2>D:\New folder\Portable\Collections\Generic\SortedList.cs(1165,17,1165,23): warning CS0162: Unreachable code detected
2>D:\New folder\Portable\Collections\Generic\SortedList.cs(1279,17,1279,23): warning CS0162: Unreachable code detected
2>D:\New folder\Portable\Data\Connector\BindableObject.cs(23,48,23,68): warning CS0067: The event 'Slb.AvocetVM.Portable.BindableObject.DeleteFromCollection' is never used
2>D:\New folder\Portable\Data\DataSet\DataView\DataRowView.cs(119,50,119,65): warning CS0067: The event 'Slb.AvocetVM.Portable.DataRowView.PropertyChanged' is never used
2>D:\New folder\Portable\Data\DataSet\DataView\DataView.cs(24,16,24,26): warning CS0649: Field 'Slb.AvocetVM.Portable.DataView._hasErrors' is never assigned to, and will always have its default value false
2>D:\New folder\Portable\Data\DataSet\DataView\DataView.cs(37,20,37,31): warning CS0169: The field 'Slb.AvocetVM.Portable.DataView._parameters' is never used
2>D:\New folder\Portable\Data\DataSet\DataView\DataView.cs(59,18,59,31): warning CS0169: The field 'Slb.AvocetVM.Portable.DataView._whereClosure' is never used
2>D:\New folder\Portable\Data\DataSet\DataView\DataView.cs(66,49,66,79): warning CS0067: The event 'Slb.AvocetVM.Portable.DataView.MasterDataRowCollectionRequest' is never used
2>D:\New folder\Portable\Hashtable.cs(13,29,13,39): warning CS0169: The field 'Slb.AvocetVM.Portable.Hashtable.dictionary' is never used
2>D:\New folder\Portable\Hashtable.cs(14,23,14,33): warning CS0169: The field 'Slb.AvocetVM.Portable.Hashtable.loadFactor' is never used
2>D:\New folder\Portable\Hashtable.cs(15,35,15,51): warning CS0169: The field 'Slb.AvocetVM.Portable.Hashtable.equalityComparer' is never used
2>D:\New folder\Portable\Media\Color.cs(669,25,669,41): warning CS0649: Field 'Slb.AvocetVM.Portable.Media.Color.nativeColorValue' is never assigned to, and will always have its default value null
2> Slb.AvocetVM.Portable -> D:\New folder\Portable\bin\Debug\Slb.AvocetVM.Portable.dll
2> SharedInterfacesAndroid -> D:\New folder\SharedInterfacesAndroid\bin\Debug\Slb.Avocet.SIAndroid.dll
2>d:\New folder\SharedInterfaces\Utilities\DataSetUtils.cs(106,10,106,73): warning CS1030: #warning: 'temp hack - need to add a XElement GetXml() method on datatable'
2>d:\New folder\SharedInterfaces\Calculation\SystemConstantCache.cs(37,7,37,28): warning CS0105: The using directive for 'Slb.AvocetVM.Portable' appeared previously in this namespace
2>d:\New folder\SharedInterfaces\Calculation\UnitConverterCache.cs(40,7,40,28): warning CS0105: The using directive for 'Slb.AvocetVM.Portable' appeared previously in this namespace
2>d:\New folder\SharedInterfaces\Calculation\UnitOfMeasure.cs(20,7,20,28): warning CS0105: The using directive for 'Slb.AvocetVM.Portable' appeared previously in this namespace
2>d:\New folder\SharedInterfaces\UI\LabelTextResolver.cs(20,7,20,29): warning CS0105: The using directive for 'Slb.AvocetVM.Utilities' appeared previously in this namespace
2>d:\New folder\SharedInterfacesSL\Utilities\AssemblyCache.cs(68,4,68,10): warning CS0162: Unreachable code detected
2>d:\New folder\SharedInterfaces\Axl\AxlParser.cs(431,26,431,39): warning CS0219: The variable 'isTransaction' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Axl\AxlParser.cs(432,34,432,45): warning CS0219: The variable 'transaction' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Axl\AxlParserUtils.cs(363,23,363,28): warning CS0168: The variable 'right' is declared but never used
2>d:\New folder\SharedInterfaces\Axl\AxlParserUtils.cs(404,18,404,27): warning CS0219: The variable 'meetCaret' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Axl\AxlParserUtils.cs(445,18,445,24): warning CS0219: The variable 'retVal' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Calculation\CalcUtils.cs(687,9,687,25): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
2>d:\New folder\SharedInterfaces\Calculation\CalcUtils.cs(712,9,712,25): warning CS0472: The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
2>d:\New folder\SharedInterfaces\Calculation\Core\AGA3_85.cs(680,23,680,26): warning CS0168: The variable 'K2a' is declared but never used
2>d:\New folder\SharedInterfaces\Calculation\Core\AGA3_85.cs(680,28,680,31): warning CS0168: The variable 'K2b' is declared but never used
2>d:\New folder\SharedInterfaces\Calculation\Core\AGA3_85.cs(680,33,680,36): warning CS0168: The variable 'K2c' is declared but never used
2>d:\New folder\SharedInterfaces\Calculation\Core\AGA3_85.cs(680,52,680,55): warning CS0168: The variable 'K3c' is declared but never used
2>d:\New folder\SharedInterfaces\Calculation\Core\AGA3_85.cs(680,71,680,74): warning CS0168: The variable 'K4c' is declared but never used
2>d:\New folder\SharedInterfaces\Calculation\MeterTicketCalc.cs(170,31,170,98): warning CS0612: 'Slb.AvocetVM.Calculation.MeterTicketCalc._CalcTempCorrFactor(Slb.AvocetVM.ItemCore.Item, Slb.AvocetVM.Portable.DataRow, System.DateTime, ref decimal)' is obsolete
2>d:\New folder\SharedInterfaces\Calculation\MeterTicketCalc.cs(171,31,171,100): warning CS0612: 'Slb.AvocetVM.Calculation.MeterTicketCalc._CalcPressCorrFactor(Slb.AvocetVM.ItemCore.Item, Slb.AvocetVM.Portable.DataRow, System.DateTime, ref decimal)' is obsolete
2>d:\New folder\SharedInterfaces\Config\ConfigCache.cs(2389,12,2389,20): warning CS0219: The variable 'fullPath' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Config\UserSettingsCache.cs(375,11,375,17): warning CS0219: The variable 'retVal' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\ItemCore\ChartGraphTypes.cs(1372,13,1372,22): warning CS0612: 'Slb.AvocetVM.ItemCore.GraphDefinition.GraphType' is obsolete
2>d:\New folder\SharedInterfaces\Resources\ResMgrCore.cs(87,22,87,23): warning CS0168: The variable 'e' is declared but never used
2>d:\New folder\SharedInterfaces\UI\LabelTextResolver.cs(140,10,140,51): warning CS0618: 'Slb.AvocetVM.UI.ControlMapLabelStyle.ResourceTypeProperty' is obsolete: 'Behaves the same as Resource'
2>d:\New folder\SharedInterfaces\Utilities\DateUtils.cs(1041,11,1041,24): warning CS0219: The variable 'timeFormatOvr' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Utilities\ExtensionMethods.cs(668,11,668,62): warning CS0618: 'Slb.AvocetVM.Calculation.CalcUtils.TrySetValue(Slb.AvocetVM.Portable.DataRow, int, decimal?)' is obsolete: 'Use TrySetValue(DataRow,string,ItemPropertyDef,decimal?) instead'
2>d:\New folder\SharedInterfaces\Utilities\ExtensionMethods.cs(750,11,750,55): warning CS0618: 'Slb.AvocetVM.Calculation.CalcUtils.TrySetValue(Slb.AvocetVM.Portable.DataRow, string, decimal?)' is obsolete: 'Use TrySetValue(DataRow,string,ItemPropertyDef,decimal?) instead'
2>d:\New folder\SharedInterfaces\Utilities\SaltHash.cs(312,11,312,24): warning CS0219: The variable 'wrongPassword' is assigned but its value is never used
2>d:\New folder\SharedInterfaces\Utilities\XUtils.cs(768,30,768,32): warning CS0168: The variable 'ex' is declared but never used
2>d:\New folder\SharedInterfaces\Utilities\XUtils.cs(797,30,797,32): warning CS0168: The variable 'ex' is declared but never used
2>d:\New folder\SharedInterfacesSL\Utilities\AssemblyCache.cs(27,47,27,62): warning CS0649: Field 'Slb.AvocetVM.Utilities.AssemblyCache._assemblyLookup' is never assigned to, and will always have its default value null
2>d:\New folder\SharedInterfaces\Utilities\ExceptionSerializable.cs(16,17,16,25): warning CS0649: Field 'Slb.AvocetVM.Utilities.ExceptionSerializable.HelpLink' is never assigned to, and will always have its default value null
2>d:\New folder\SharedInterfaces\Utilities\ExceptionSerializable.cs(17,17,17,27): warning CS0649: Field 'Slb.AvocetVM.Utilities.ExceptionSerializable.StackTrace' is never assigned to, and will always have its default value null
2>d:\New folder\SharedInterfaces\Utilities\ExceptionSerializable.cs(18,17,18,27): warning CS0649: Field 'Slb.AvocetVM.Utilities.ExceptionSerializable.TargetSite' is never assigned to, and will always have its default value null
2>d:\New folder\SharedInterfaces\Utilities\ExceptionSerializable.cs(19,17,19,23): warning CS0649: Field 'Slb.AvocetVM.Utilities.ExceptionSerializable.Source' is never assigned to, and will always have its default value null
2> SharedInterfacesPCL -> D:\New folder\SharedInterfacesPCL\bin\Debug\Slb.AvocetVM.SharedInterfaces.dll
2>D:\New folder\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets(225,5): warning : Project must install nuget package Microsoft.Bcl, version=1.1.6. For more information, see http://go.microsoft.com/fwlink/?LinkID=317570.
2>D:\New folder\packages\Microsoft.Bcl.Build.1.0.13\tools\Microsoft.Bcl.Build.targets(225,5): warning : Project must install nuget package Microsoft.Net.Http, version=2.2.18. For more information, see http://go.microsoft.com/fwlink/?LinkID=317570.
2> Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "2.6.6.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Runtime.dll] to solve conflict and get rid of warning.
2> Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.IO.dll] to solve conflict and get rid of warning.
2> Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "2.6.6.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Threading.Tasks.dll] to solve conflict and get rid of warning.
2>C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.IO" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Threading.Tasks" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding>
2>D:\New folder\ClientObjectsAndroid\Controls\UomNumericEditor.cs(382,38,382,40): warning CS0168: The variable 'ex' is declared but never used
2>D:\New folder\ClientObjectsAndroid\Controls\CheckBoxEditor.cs(23,29,23,35): warning CS0169: The field 'ClientObjectsAndroid.Controls.CheckBoxEditor._popup' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\DateTimeEditor.cs(32,29,32,35): warning CS0169: The field 'ClientObjectsAndroid.Controls.DateTimeEditor._popup' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\DateTimeEditor.cs(39,22,39,39): warning CS0414: The field 'ClientObjectsAndroid.Controls.DateTimeEditor._isToInternalCopy' is assigned but its value is never used
2>D:\New folder\ClientObjectsAndroid\Controls\DurationEditor.cs(23,29,23,35): warning CS0169: The field 'ClientObjectsAndroid.Controls.DurationEditor._popup' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\TextEditor.cs(24,29,24,35): warning CS0169: The field 'ClientObjectsAndroid.Controls.TextEditor._popup' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\UomNumericEditor.cs(31,29,31,35): warning CS0169: The field 'ClientObjectsAndroid.Controls.UomNumericEditor._popup' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\UomNumericEditor.cs(43,22,43,33): warning CS0169: The field 'ClientObjectsAndroid.Controls.UomNumericEditor._promptChar' is never used
2>D:\New folder\ClientObjectsAndroid\Controls\UomNumericEditor.cs(275,24,275,28): warning CS0649: Field 'ClientObjectsAndroid.Controls.UomNumericEditor._uom' is never assigned to, and will always have its default value null
2> ClientObjectsAndroid -> D:\New folder\ClientObjectsAndroid\bin\Debug\ClientObjectsAndroid.dll
3>------ Build started: Project: AvocetAndroid, Configuration: Debug Any CPU ------
3> Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Threading.Tasks.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.IO.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.Net.Http.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.0.0" [] to Version "4.2.18.0" [D:\New folder\packages\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Primitives.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Runtime.dll] to solve conflict and get rid of warning.
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(606,3): warning MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Threading.Tasks" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.IO" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Net.Http.Primitives" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.2.18.0" newVersion="4.2.18.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding>
3> Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Runtime.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.IO.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Threading.Tasks.dll] to solve conflict and get rid of warning.
3>C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.IO" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Threading.Tasks" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding>
3>D:\New folder\AvocetAndroid\GestureListener.cs(48,30,48,31): warning CS0168: The variable 'e' is declared but never used
3>D:\New folder\AvocetAndroid\Activity1.cs(17,13,17,18): warning CS0414: The field 'AvocetAndroid.Activity1.count' is assigned but its value is never used
3>D:\New folder\AvocetAndroid\Activity1.cs(21,24,21,31): warning CS0169: The field 'AvocetAndroid.Activity1._userId' is never used
3> AvocetAndroid -> D:\New folder\AvocetAndroid\bin\Debug\AvocetAndroid.dll
3> Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Runtime.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.IO.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.ServiceModel.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "3.9.0.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.ServiceModel.Primitives.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.Net.Http.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.0.0" [D:\New folder\ClientObjectsPCL\bin\Debug\System.Net.Http.Primitives.dll] to Version "4.2.18.0" [D:\New folder\packages\Microsoft.Net.Http.2.2.18\lib\portable-net45+win8\System.Net.Http.Primitives.dll] to solve conflict and get rid of warning.
3> Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "1.5.11.0" [] to Version "4.0.0.0" [C:\Program Files\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\Facades\System.Threading.Tasks.dll] to solve conflict and get rid of warning.
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1228,3): warning MSB3247: Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.IO" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.ServiceModel.Primitives" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Net.Http.Primitives" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.2.18.0" newVersion="4.2.18.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Threading.Tasks" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding>
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : Decimal byte array constructor requires an array of length four containing valid decimal bytes.
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at System.Decimal.SetBits(Int32[] bits)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.BitAccess.ReadDecimal()
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbConstant..ctor(BitAccess bits)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbScope..ctor(BlockSym32 block, BitAccess bits, UInt32& typind)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbFunction..ctor(String module, ManProcSym proc, BitAccess bits)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbFunction.LoadManagedFunctions(String module, BitAccess bits, UInt32 limit, Boolean readStrings)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbFile.LoadFuncsFromDbiModule(BitAccess bits, DbiModuleInfo info, IntHashTable names, ArrayList funcList, Boolean readStrings, MsfDirectory dir, Dictionary`2 nameIndex, PdbReader reader)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, BitAccess bits, Boolean readAllStrings)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, Boolean readAllStrings)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Pdb2Mdb.Converter.Convert(String filename)
3>C:\Program Files\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(951,3): warning : at Xamarin.Android.Tasks.CopyMdbFiles.Execute()
========== Build: 3 succeeded, 0 failed, 3 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment