Closed stinos closed 12 years ago
Could you submit a pull request correcting the issue in GetTotalInFixedSize?
As for the warnings, they are not worth trying to fix. NGit is an automated port from the JGit java source code. Every manual change to the generated files (everything in NGit and NSch) increases the maintenance burden by increasing the likelihood of a conflict when updating to a newer version of JGit. The only changes I make are to fix bugs or make it compile.
goog point about the warnings, I didn't realise completely the port is automatic
Sharpen.Extensions.GetTotalInFixed() won't compile due to
Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?) Extensions.cs 629
, which is easily fixed by changing the function body toFurrthermore I get 286 warnings, of which most seem to be very easy to fix.