We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b99dd commit b64f9e9Copy full SHA for b64f9e9
src/Xamarin.Android.Build.Tasks/Tasks/GeneratePackageManagerJava.cs
@@ -61,12 +61,11 @@ public class GeneratePackageManagerJava : AndroidTask
61
[Required]
62
public bool EnablePreloadAssembliesDefault { get; set; }
63
64
- // This property should be required but it can't, because during design time builds there's no
65
- // value to pass and MSBuild signals an error that a required property wasn't given a value.
+ // These two properties should be required but they will require modifying `monodroid` first
66
//[Required]
67
public string AndroidBinUtilsDirectory { get; set; }
68
69
- [Required]
+ //[Required]
70
public bool AssemblyStoreEmbeddedInRuntime { get; set; }
71
72
[Output]
0 commit comments