Skip to content

Commit

Permalink
Let's see if designer tests pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Oct 17, 2024
1 parent 35b99dd commit b64f9e9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ public class GeneratePackageManagerJava : AndroidTask
[Required]
public bool EnablePreloadAssembliesDefault { get; set; }

// This property should be required but it can't, because during design time builds there's no
// 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
//[Required]
public string AndroidBinUtilsDirectory { get; set; }

[Required]
//[Required]
public bool AssemblyStoreEmbeddedInRuntime { get; set; }

[Output]
Expand Down

0 comments on commit b64f9e9

Please sign in to comment.