You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm porting libgit2sharp to portable and the lack of LongLength on arrays forces me to resort to Length, which will break the library in writing objects larger than 2GB in size. The wisdom of 2GB objects in git aside, this seems like a sad limitation if CoreCLR itself supports 64-bit processes.
The text was updated successfully, but these errors were encountered:
I'm porting libgit2sharp to portable and the lack of
LongLength
on arrays forces me to resort toLength
, which will break the library in writing objects larger than 2GB in size. The wisdom of 2GB objects in git aside, this seems like a sad limitation if CoreCLR itself supports 64-bit processes.The text was updated successfully, but these errors were encountered: