Skip to content

Instantly share code, notes, and snippets.

@paco-valdez
Created November 30, 2017 17:10
Show Gist options
  • Save paco-valdez/a01343e419da2d8007dc590b1f76d859 to your computer and use it in GitHub Desktop.
Save paco-valdez/a01343e419da2d8007dc590b1f76d859 to your computer and use it in GitHub Desktop.
warnings
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin/SinTrafico.csproj: Warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin/SinTrafico.csproj: Warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Forms/SinTrafico.Xamarin.Forms.csproj: Warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico.Xamarin.Forms)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Forms/SinTrafico.Xamarin.Forms.csproj: Warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico.Xamarin.Forms)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Forms.Demo/SinTrafico.Xamarin.Forms.Demo.csproj: Warning NU1701: Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico.Xamarin.Forms.Demo)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Forms.Demo/SinTrafico.Xamarin.Forms.Demo.csproj: Warning NU1701: Package 'Microsoft.Net.Http 2.2.29' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. (NU1701) (SinTrafico.Xamarin.Forms.Demo)
/Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. (MSB3277) (SinTrafico.Xamarin.Android)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Android/Renderers/SinTraficoMapRenderer.cs(9,9): Warning CS0618: 'MapRenderer.MapRenderer()' is obsolete: 'This constructor is obsolete as of version 2.5. Please use MapRenderer(Context) instead.' (CS0618) (SinTrafico.Xamarin.Android)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Android/Renderers/SinTraficoMapRenderer.cs(21,21): Warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. (CS4014) (SinTrafico.Xamarin.Android)
/Users/hector/repos/st_sdk_xamarin/SinTrafico.Xamarin.Android/Renderers/SinTraficoMapRenderer.cs(21,21): Warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. (CS4014) (SinTrafico.Xamarin.Android)
/Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. (MSB3277) (SinTrafico.Xamarin.Forms.Demo.Droid)
Errors
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error MSB4018: The "GenerateJavaStubs" task failed unexpectedly.
System.InvalidOperationException: There can be only one type with an [Application] attribute; found: ,
at Xamarin.Android.Tasks.ManifestDocument.CreateApplicationElement (System.Xml.Linq.XElement manifest, System.String applicationClass, System.Collections.Generic.List`1[T] subclasses, System.Collections.Generic.List`1[T] selectedWhitelistAssemblies) [0x001c8] in <593a6fd557984367bb21e275d0fa0659>:0
at Xamarin.Android.Tasks.ManifestDocument.Merge (System.Collections.Generic.List`1[T] subclasses, System.Collections.Generic.List`1[T] selectedWhitelistAssemblies, System.String applicationClass, System.Boolean embed, System.String bundledWearApplicationName, System.Collections.Generic.IEnumerable`1[T] mergedManifestDocuments) [0x000ee] in <593a6fd557984367bb21e275d0fa0659>:0
at Xamarin.Android.Tasks.GenerateJavaStubs.Run (Java.Interop.Tools.Cecil.DirectoryAssemblyResolver res) [0x0048b] in <593a6fd557984367bb21e275d0fa0659>:0
at Xamarin.Android.Tasks.GenerateJavaStubs.Execute () [0x00205] in <593a6fd557984367bb21e275d0fa0659>:0
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00023] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/msbuild-15.4/src/Build/BackEnd/TaskExecutionHost/TaskExecutionHost.cs:631
at Microsoft.Build.BackEnd.TaskBuilder+<ExecuteInstantiatedTask>d__26.MoveNext () [0x0022d] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/msbuild-15.4/src/Build/BackEnd/Components/RequestBuilder/TaskBuilder.cs:787 (MSB4018) (SinTrafico.Xamarin.Forms.Demo.Droid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment