Xamarin Android & IOS build fails on pipeline giving error The process '/Library/Frameworks/Mono.framework/Versions/5_16_0_0/bin/msbuild' failed with exit code 1

Vedant Shyam Gawade 1 Reputation point
2020-11-04T16:59:14.623+00:00

vm image : 'macOS-10.14'

Log:

2020-11-04T08:03:29.7795280Z ##[section]Starting: Build Application
2020-11-04T08:03:29.7807080Z ==============================================================================
2020-11-04T08:03:29.7807490Z Task : Xamarin.Android
2020-11-04T08:03:29.7807800Z Description : Build an Android app with Xamarin
2020-11-04T08:03:29.7808110Z Version : 1.175.0
2020-11-04T08:03:29.7808390Z Author : Microsoft Corporation
2020-11-04T08:03:29.7808800Z Help : https://learn.microsoft.com/azure/devops/pipelines/tasks/build/xamarin-android
2020-11-04T08:03:29.7809260Z ==============================================================================
2020-11-04T08:03:30.0233780Z [command]/Library/Frameworks/Mono.framework/Versions/5_16_0_0/bin/msbuild /version /nologo
2020-11-04T08:03:31.6415110Z [command]/Library/Frameworks/Mono.framework/Versions/5_16_0_0/bin/msbuild /Users/runner/work/1/s/Droid/eClaims.Droid.csproj /t:Clean /t:PackageForAndroid /p:OutputPath=/Users/runner/work/1/b/Release /p:Configuration=Release
2020-11-04T08:03:31.9112480Z Microsoft (R) Build Engine version 16.0.40-preview+ge6c3a1f9e4 for Mono
2020-11-04T08:03:31.9113130Z Copyright (C) Microsoft Corporation. All rights reserved.
2020-11-04T08:03:31.9113350Z
2020-11-04T08:03:32.3307230Z Build started 11/4/2020 8:03:32 AM.
2020-11-04T08:03:33.4035030Z Project "/Users/runner/work/1/s/Droid/eClaims.Droid.csproj" on node 1 (Clean;PackageForAndroid target(s)).
2020-11-04T08:03:33.4045300Z CoreClean:
2020-11-04T08:03:33.4046520Z Creating directory "obj/Release/".
2020-11-04T08:03:33.7877640Z Project "/Users/runner/work/1/s/Droid/eClaims.Droid.csproj" (1) is building "/Users/runner/work/1/s/eClaims/eClaims.csproj" (2:2) on node 1 (Clean target(s)).
2020-11-04T08:03:33.7880810Z CoreClean:
2020-11-04T08:03:33.7881260Z Creating directory "obj/Release/".
2020-11-04T08:03:33.7919460Z Done Building Project "/Users/runner/work/1/s/eClaims/eClaims.csproj" (Clean target(s)).
2020-11-04T08:03:33.8021320Z Project "/Users/runner/work/1/s/Droid/eClaims.Droid.csproj" (1) is building "/Users/runner/work/1/s/ScanLib/ScanLib.csproj" (3:2) on node 1 (Clean target(s)).
2020-11-04T08:03:33.8022030Z CoreClean:
2020-11-04T08:03:33.8022300Z Creating directory "obj/Release/".
2020-11-04T08:03:33.8116870Z Done Building Project "/Users/runner/work/1/s/ScanLib/ScanLib.csproj" (Clean target(s)).
2020-11-04T08:03:33.8916540Z _CleanMsymArchive:
2020-11-04T08:03:33.8917070Z PackageName: com.slb.eclaimsmobile.droid.test
2020-11-04T08:03:33.9370660Z _CleanIntermediateIfNuGetsChange:
2020-11-04T08:03:33.9372260Z Creating "obj/Release/eClaims.Droid.nuget.stamp" because "AlwaysCreate" was specified.
2020-11-04T08:03:34.2623430Z _SetLatestTargetFrameworkVersion:
2020-11-04T08:03:34.2623870Z Found Java SDK version 1.8.0.
2020-11-04T08:03:34.5316930Z Found Java SDK version 1.8.0.
2020-11-04T08:03:34.5500700Z _ValidateAndroidPackageProperties:
2020-11-04T08:03:34.5501220Z PackageName: com.slb.eclaimsmobile.droid.test
2020-11-04T08:03:34.5571690Z /Users/runner/work/1/s/Droid/Properties/AndroidManifest.xml : warning XA4211: AndroidManifest.xml //uses-sdk/@Krak ruiz :targetSdkVersion '27' is less than $(TargetFrameworkVersion) ''. Using API-28 for ACW compilation. [/Users/runner/work/1/s/Droid/eClaims.Droid.csproj]
2020-11-04T08:03:34.5778450Z PrepareForBuild:
2020-11-04T08:03:34.5778890Z Creating directory "/Users/runner/work/1/b/Release/".
2020-11-04T08:03:34.6135430Z Project "/Users/runner/work/1/s/Droid/eClaims.Droid.csproj" (1) is building "/Users/runner/work/1/s/eClaims/eClaims.csproj" (2:3) on node 1 (default targets).
2020-11-04T08:03:34.6136080Z ResolveAssemblyReferences:
2020-11-04T08:03:34.6136450Z A TargetFramework profile exclusion list will be generated.
2020-11-04T08:03:34.9016420Z Primary reference "Xamarin.iOS".
2020-11-04T08:03:34.9026200Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(2130,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Xamarin.iOS". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:34.9030340Z For SearchPath "{HintPathFromItem}".
2020-11-04T08:03:34.9032240Z Considered "../../../../Library/Frameworks/Xamarin.iOS.framework/Versions/12.8.0.2/lib/mono/Xamarin.iOS/Xamarin.iOS.dll", but it didn't exist.
2020-11-04T08:03:34.9032910Z For SearchPath "{TargetFrameworkDirectory}".
2020-11-04T08:03:34.9034300Z Considered "/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Xamarin.iOS.winmd", but it didn't exist.
2020-11-04T08:03:34.9035600Z Considered "/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Xamarin.iOS.dll", but it didn't exist.
2020-11-04T08:03:34.9036830Z Considered "/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Xamarin.iOS.exe", but it didn't exist.
2020-11-04T08:03:34.9037670Z For SearchPath "{RawFileName}".
2020-11-04T08:03:34.9038460Z Considered treating "Xamarin.iOS" as a file name, but it didn't exist.
2020-11-04T08:03:34.9112810Z No way to resolve conflict between "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes". Choosing "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
2020-11-04T08:03:34.9114340Z No way to resolve conflict between "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" and "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes". Choosing "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" arbitrarily.
2020-11-04T08:03:35.0505630Z CoreCompile:
2020-11-04T08:03:35.0564680Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/msbuild/15.0/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /reference:/Users/runner/work/1/s/packages/Acr.UserDialogs.6.3.10/lib/portable-win+net45+wp8+win8+wpa81/Acr.UserDialogs.dll /reference:/Users/runner/work/1/s/packages/Acr.UserDialogs.6.3.10/lib/portable-win+net45+wp8+win8+wpa81/Acr.UserDialogs.Interface.dll /reference:/Users/runner/work/1/s/packages/Couchbase.Lite-PCL.1.4.1/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Couchbase.Lite.dll /reference:/Users/runner/work/1/s/packages/Couchbase.Lite-PCL.1.4.1/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Couchbase.Lite.Storage.SQLCipher.dll /reference:/Users/runner/work/1/s/packages/Couchbase.Lite-PCL.1.4.1/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Couchbase.Lite.Storage.SystemSQLite.dll /reference:/Users/runner/work/1/s/packages/Dynatrace.OpenKit.NET.1.4.1/lib/portable-net45+win8+wpa81/Dynatrace.OpenKit.dll /reference:/Users/runner/work/1/s/packages/MvvmLightLibs.5.3.0.0/lib/portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10/GalaSoft.MvvmLight.dll /reference:/Users/runner/work/1/s/packages/MvvmLightLibs.5.3.0.0/lib/portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10/GalaSoft.MvvmLight.Extras.dll /reference:/Users/runner/work/1/s/packages/SharpZipLib.Portable.0.86.0.0003/lib/portable-net45+netcore45+wp8+win8+wpa81+MonoTouch+MonoAndroid+Xamarin.iOS10/ICSharpCode.SharpZipLib.Portable.dll /reference:/Users/runner/work/1/s/packages/CommonServiceLocator.1.3/lib/portable-net4+sl5+netcore45+wpa81+wp8/Microsoft.Practices.ServiceLocation.dll /reference:/Users/runner/work/1/s/packages/modernhttpclient-updated.2.4.9.1/lib/portable-net45+win8+wpa81/ModernHttpClient.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/mscorlib.dll /reference:/Users/runner/work/1/s/packages/Newtonsoft.Json.9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll /reference:/Users/runner/work/1/s/packages/Plugin.Analytics.2.1.0/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Plugin.Analytics.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Plugin.Analytics.2.1.0/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Plugin.Analytics.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugin.Connectivity.3.0.3/lib/netstandard1.0/Plugin.Connectivity.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugin.Connectivity.3.0.3/lib/netstandard1.0/Plugin.Connectivity.dll /reference:/Users/runner/work/1/s/packages/Plugin.Dynatrace.1.2.0/lib/portable-net45+win8+wpa81/Plugin.Dynatrace.dll /reference:/Users/runner/work/1/s/packages/Plugin.KeyChain.2.2.0/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Plugin.KeyChain.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Plugin.KeyChain.2.2.0/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Plugin.KeyChain.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugin.Media.4.0.1.5/lib/netstandard1.0/Plugin.Media.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugins.Messaging.5.2.0/lib/netstandard1.0/Plugin.Messaging.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugins.Messaging.5.2.0/lib/netstandard1.0/Plugin.Messaging.dll /reference:/Users/runner/work/1/s/packages/Plugin.Permissions.3.0.0.12/lib/netstandard1.0/Plugin.Permissions.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugins.Settings.3.1.1/lib/netstandard1.0/Plugin.Settings.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Xam.Plugins.Settings.3.1.1/lib/netstandard1.0/Plugin.Settings.dll /reference:/Users/runner/work/1/s/packages/PropertyChanged.Fody.2.2.4.0/lib/netstandard1.0/PropertyChanged.dll /reference:/Users/runner/work/1/s/packages/Splat.1.6.2/lib/Portable-net45+win+wpa81+wp80/Splat.dll /reference:/Users/runner/work/1/s/packages/SQLitePCL.raw.0.9.3/lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCL.raw.dll /reference:/Users/runner/work/1/s/packages/SQLitePCL.ugly.0.9.3/lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCL.ugly.dll /reference:/Users/runner/work/1/s/packages/Stateless.2.5.84/lib/portable-net45+wp8+win8+wpa81+monotouch+monoandroid/Stateless.dll /reference:/Users/runner/work/1/s/packages/Plugin.Dynatrace.1.2.0/lib/portable-net45+win8+wpa81/System.Net.WebSockets.dll /reference:/Users/runner/work/1/s/packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Users/runner/work/1/s/packages/Toasts.Forms.Plugin-PCL.3.2.1/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/Toasts.Forms.Plugin.Abstractions.dll /reference:/Users/runner/work/1/s/packages/Validation.2.2.8/lib/portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/Validation.dll /reference:/Users/runner/work/1/s/packages/Couchbase.Lite-PCL.1.4.1/lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+Xamarin.iOS10/websocket-sharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.VisualBasic.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Collections.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ComponentModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Globalization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.IO.Compression.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.IO.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Expressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Queryable.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Http.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Requests.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Security.Principal.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ServiceModel.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.Encoding.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.Tasks.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Windows.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.XDocument.dll /reference:/Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.XmlSerializer.dll /optimize+ /out:obj/Release/eClaims.dll /resource:Models/DummyJSON/GetMapsAndExpenses.json,eClaims.Models.DummyJSON.GetMapsAndExpenses.json /resource:Models/DummyJSON/Currency_Conversion_Document.json,eClaims.Models.DummyJSON.Currency_Conversion_Document.json /resource:Data/ReportSubmitFlagMessages.json,eClaims.Data.ReportSubmitFlagMessages.json /resource:Data/ReportSuccessNextStepsMessages.json,eClaims.Data.ReportSuccessNextStepsMessages.json /resource:Data/ReportFailedNextStepsMessages.json,eClaims.Data.ReportFailedNextStepsMessages.json /resource:Data/ReportAwaitingNextStepsMessages.json,eClaims.Data.ReportAwaitingNextStepsMessages.json /resource:Data/ReportSuccessNextStepsMessagesForPaperless.json,eClaims.Data.ReportSuccessNextStepsMessagesForPaperless.json /resource:Data/DraftReportPaperlessNextStepMessages.json,eClaims.Data.DraftReportPaperlessNextStepMessages.json /resource:Data/DraftReportNextStepMessages.json,eClaims.Data.DraftReportNextStepMessages.json /resource:Configuration/debug_config.json,eClaims.Configuration.debug_config.json /resource:Configuration/qa_config.json,eClaims.Configuration.qa_config.json /resource:Configuration/release_config.json,eClaims.Configuration.release_config.json /resource:Data/HardcodedUsers.json,eClaims.Data.HardcodedUsers.json /resource:Data/FAQ.pdf,eClaims.Data.FAQ.pdf /target:library /utf8output Properties/AssemblyInfo.cs Converters/CountConverter.cs Models/ServerResponse.cs Helpers/Extensions.cs Helpers/Security.cs Services/DbService.cs Services/NetService.cs Helpers/StringEnum.cs Helpers/Settings.cs Interfaces/IValueConverter.cs Interfaces/IAuthenticator.cs Helpers/StringConstants.cs ViewModels/LoginViewModel.cs Interfaces/ICustomNavigationService.cs ViewModels/DashboardViewModel.cs Helpers/Enums.cs ViewModels/ViewModelLocator.cs ViewModels/ExpenseDetailsViewModel.cs ViewModels/SelectExpenseTypeViewModel.cs Models/MappingData/Business_Purpose.cs Models/MappingData/Category.cs Models/MappingData/Currency.cs Models/MappingData/ExpenseType.cs Models/MappingData/Field.cs Models/MappingData/Hotel_Vendors.cs Models/MappingData/Maps.cs Models/MappingData/City.cs Models/ExpenseReport.cs Models/User/RegisterUser.cs Models/ResponsePayload/RegisterUserResponsePayload.cs Models/ResponsePayload/GetMapsAndExpenseResponsePayload.cs Helpers/ExpenseFieldEngine.cs AppModels/AppModels.cs Helpers/Utility.cs Converters/CurrencyFieldTitleTextConverter.cs ViewModels/CurrencyViewModel.cs Converters/ExpenseNameToImageConverter.cs Models/DBO/RecentExpensesDBO.cs ViewModels/ReportDetailsViewModel.cs ViewModels/CitySelectionViewModel.cs Models/ResponsePayload/GetCitySearchPayload.cs Converters/CityNameConverter.cs Converters/CountryCodeConverter.cs Models/DBO/CitiesDBO.cs Models/DBO/CurrenciesDBO.cs Interfaces/IFileSystem.cs ViewModels/DocumentViewModel.cs Interfaces/ICacheFile.cs Interfaces/ICloneable.cs Interfaces/IMAMDelegate.cs Converters/ExpenseNameToHalfImageConverter.cs Converters/ExpenseCountToStringConverter.cs Converters/IsMandatoryLabelTextConverter.cs ViewModels/CreateNewReportViewModel.cs Helpers/NumericConstants.cs ViewModels/HotelVendorViewModel.cs ViewModels/NotPreferredVendorViewModel.cs ViewModels/AddToReportViewModel.cs Models/User/MicrosoftUser.cs Models/ResponsePayload/CurrencyConversionReponsePayload.cs Models/MappingData/CurrencyConversion.cs Models/MappingData/ConversionRate.cs Models/DBO/ConversionRateDBO.cs Models/ResponsePayload/SubmitExpenseReportData.cs Models/ResponsePayload/SubmitExpenseReport.cs Models/ResponsePayload/ExpenseTypeForSubmitReport.cs ViewModels/ReportStatusViewModel.cs Converters/ReportStatusNameConverter.cs Converters/ReportStatusImageConveter.cs Models/DigitalExpense.cs Models/ReportSubmitMessages/ReportSubmitNextStepsMessage.cs ViewModels/ReportSubmitNextStepsViewModel.cs ViewModels/AttendeesViewModel.cs Models/Attendee.cs Converters/AttendeesFormattedStringToListConverter.cs Models/ResponsePayload/SubmitReportResponsePayload.cs Models/MappingData/BaggageVendor.cs Models/MappingData/CarRentalVendor.cs Models/MappingData/MobileBillVendor.cs Models/DBO/ExpenseCategoriesDBO.cs Models/ResponsePayload/AppVersionDetailsPayload.cs Interfaces/IConfiguration.cs Helpers/Configuration.cs Helpers/AsyncObservableCollection.cs Models/ResponsePayload/AttendeeResponsePayload.cs Converters/AmountValueConverter.cs Converters/LocationCodeConverter.cs Models/MappingData/TopExpense.cs ViewModels/PersonalCarHelperViewModel.cs Models/CarRegistrationDetails.cs Models/ResponsePayload/CarRegistrationResponsePayload.cs Models/MappingData/CarTypeMap.cs Models/MappingData/RegisteredCar.cs Converters/CarMileageAmountConverter.cs Helpers/CameraSettings.cs Models/MultiUrisHolder.cs Helpers/HardcodeBuildHelper.cs Models/ResponsePayload/AppConfigCodePayload.cs "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/.NETPortable,Version=v4.5,Profile=Profile111.AssemblyAttributes.cs"
2020-11-04T08:03:36.5011030Z Converters/AmountValueConverter.cs(16,30): warning CS0168: The variable 'e' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5118210Z Converters/AmountValueConverter.cs(33,30): warning CS0168: The variable 'e' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5119990Z Converters/AttendeesFormattedStringToListConverter.cs(27,30): warning CS0168: The variable 'ex' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5121290Z ViewModels/PersonalCarHelperViewModel.cs(48,21): warning CS0168: The variable 'e' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5123580Z ViewModels/LoginViewModel.cs(63,88): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5125530Z ViewModels/PersonalCarHelperViewModel.cs(404,68): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5126570Z Services/NetService.cs(145,7): warning CS0162: Unreachable code detected [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5127680Z ViewModels/DashboardViewModel.cs(349,26): warning CS0168: The variable 'e' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5129340Z ViewModels/ExpenseDetailsViewModel.cs(333,27): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5131240Z ViewModels/DocumentViewModel.cs(819,135): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5133130Z ViewModels/DocumentViewModel.cs(835,139): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5134600Z ViewModels/ExpenseDetailsViewModel.cs(825,46): warning CS0168: The variable 'ex' is declared but never used [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5136200Z ViewModels/DocumentViewModel.cs(905,104): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5138110Z ViewModels/ExpenseDetailsViewModel.cs(913,118): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.5140270Z ViewModels/ExpenseDetailsViewModel.cs(1026,124): 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. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:36.7925430Z FodyTarget:
2020-11-04T08:03:36.7925930Z Fody: Fody (version 2.2.1.0) Executing
2020-11-04T08:03:36.7934820Z Fody: ProjectDirectory: '/Users/runner/work/1/s/eClaims/'.
2020-11-04T08:03:36.7936680Z Fody: AssemblyPath: '/Users/runner/work/1/s/eClaims/obj/Release/eClaims.dll'
2020-11-04T08:03:36.7939630Z Fody: Found path to weavers file '/Users/runner/work/1/s/eClaims/FodyWeavers.xml'.
2020-11-04T08:03:36.8533210Z Fody: SolutionDirectory path is '/Users/runner/work/1/'
2020-11-04T08:03:36.8533750Z Fody: Finding weavers
2020-11-04T08:03:36.8664130Z Fody: No PackageDefinitions
2020-11-04T08:03:36.8665470Z Fody: Skipped scanning '/Users/runner/work/1/Packages' for weavers since it doesn't exist.
2020-11-04T08:03:36.8678250Z Fody: Could not find packages dir from nuget config.
2020-11-04T08:03:36.8679330Z Fody: SolutionDirectoryPath: /Users/runner/work/1/
2020-11-04T08:03:36.8682180Z Fody: Adding weaver dlls from '/Users/runner/work/1/s/packages'.
2020-11-04T08:03:36.8688840Z Fody: Fody weaver file added '/Users/runner/work/1/s/packages/PropertyChanged.Fody.2.2.4.0/PropertyChanged.Fody.dll'
2020-11-04T08:03:36.8689590Z Fody: SolutionDirectoryPath: /Users/runner/work/1/
2020-11-04T08:03:36.8690500Z Fody: Skipped scanning '/Users/runner/work/1/Tools' for weavers since it doesn't exist.
2020-11-04T08:03:36.8713740Z Fody: No Weaver project file found.
2020-11-04T08:03:36.8826600Z Fody: Finished finding weavers 29ms
2020-11-04T08:03:36.8831700Z Fody: Creating a new AppDomain
2020-11-04T08:03:37.0769020Z Fody: Reference count=91
2020-11-04T08:03:37.0808230Z MSBUILD : warning : Fody: No debug symbols found. It is recommended to build with debug symbols enabled. [/Users/runner/work/1/s/eClaims/eClaims.csproj]
2020-11-04T08:03:37.1009910Z Fody: Weaver '/Users/runner/work/1/s/packages/PropertyChanged.Fody.2.2.4.0/PropertyChanged.Fody.dll'.
2020-11-04T08:03:37.1010530Z Fody: Initializing weaver
2020-11-04T08:03:37.1013970Z Fody: Loading '/Users/runner/work/1/s/packages/PropertyChanged.Fody.2.2.4.0/PropertyChanged.Fody.dll' from disk.
2020-11-04T08:03:37.2260900Z Fody/PropertyChanged: Executing Weaver
2020-11-04T08:03:37.3057730Z Fody/PropertyChanged: Can not find 'netstandard, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
2020-11-04T08:03:37.3058340Z Tried:
2020-11-04T08:03:37.3059220Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.CSharp.dll
2020-11-04T08:03:37.3060280Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.VisualBasic.dll
2020-11-04T08:03:37.3061340Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/mscorlib.dll
2020-11-04T08:03:37.3062400Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/mscorlib.dll
2020-11-04T08:03:37.3063450Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Collections.Concurrent.dll
2020-11-04T08:03:37.3064520Z /Library/Frameworks/Mono.framework/Versions/5.16.1/lib/mono/xbuild-framewor

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,647 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. brtrach-MSFT 16,121 Reputation points Microsoft Employee
    2020-11-05T18:36:30.233+00:00

    Please note that Xamarin has their own support forum. We kindly suggest you post your question over there to ensure you are put in touch with Xamarin engineers.

    0 comments No comments

  2. Leon Laude 85,776 Reputation points
    2020-11-05T18:36:38.557+00:00

    Hi @Vedant Shyam Gawade ,

    Xamarin is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).

    You can ask the experts in the dedicated Xamarin forum over here:
    https://forums.xamarin.com/

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.