You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.Build.Tasks] IDE0006 warning on File -> New CrossPlatform App (#730)
Context: https://bugzilla.xamarin.com/show_bug.cgi?id=58448
Based on feedback from the VS team we now know that library
projects are NEVER built as part of a DesignTimeBuild :(.
Furthermore, if ANY error occurs during the DesignTimeBuild
VS throws a wobbly and does not initialise the project
correctly. The suggestion is to use `ContinueOnError` to
ignore the errors and allow the build to complete.
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/MSBuild/Xamarin/Android/Xamarin.Android.Common/ImportAfter/Microsoft.Cpp.Android.targets
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Copyright (C) 2014 Xamarin. All rights reserved.
<MergeApkRecipelistsRecipeFiles="%(_NativeAndroidRecipeFiles.Identity)"Condition="'@(_NativeAndroidRecipeFiles)' != '' And Exists('%(_NativeAndroidRecipeFiles.Identity)')">
0 commit comments