mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-22 15:15:19 +00:00
Remove the Size field
Per @technoweenie's recommendation, this value is innaccurate and useless. It doesn't factor in git alternates etc. Calculating a better value is expensive.
This commit is contained in:
@@ -437,7 +437,6 @@ namespace Octokit
|
|||||||
public bool Fork { get; set; }
|
public bool Fork { get; set; }
|
||||||
public int ForksCount { get; set; }
|
public int ForksCount { get; set; }
|
||||||
public int WatchersCount { get; set; }
|
public int WatchersCount { get; set; }
|
||||||
public long Size { get; set; }
|
|
||||||
public string MasterBranch { get; set; }
|
public string MasterBranch { get; set; }
|
||||||
public int OpenIssuesCount { get; set; }
|
public int OpenIssuesCount { get; set; }
|
||||||
public DateTimeOffset PushedAt { get; set; }
|
public DateTimeOffset PushedAt { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user