logging
This commit is contained in:
@ -21,5 +21,10 @@ namespace isnd.Data.Catalog
|
||||
[JsonProperty("take")]
|
||||
|
||||
public int Take { get; set; } = 25;
|
||||
|
||||
override public string ToString()
|
||||
{
|
||||
return $"[PackageRegistrationQuery Query:{Query} Prerelease:{Prerelease} Skip:{Skip} Take:{Take}]";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user