We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24a00c commit 79c1416Copy full SHA for 79c1416
LibGit2Sharp/Blob.cs
@@ -32,7 +32,7 @@ internal Blob(Repository repo, ObjectId id)
32
/// can be used.
33
/// </para>
34
/// </summary>
35
- public virtual int Size { get { return (int)lazySize.Value; } }
+ public virtual long Size { get { return lazySize.Value; } }
36
37
/// <summary>
38
/// Determine if the blob content is most certainly binary or not.
0 commit comments