omar / ByteSize

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
MIT License
558 stars 50 forks source link

Suppressing unreasonable warnings, minor refactoring, bump package versions #69

Closed flexxxxer closed 1 year ago

flexxxxer commented 1 year ago

Using the attribute, compiler warnings were suppressed in those places where they are unreasonable or their correction would lead to code complication. Some refactoring to improve readability. And updating packages.

I made this pull request as a preliminary to improving the repository before the next one with the implementation of the generalized mathematics interface.

omar commented 1 year ago

Thank you for the contribution. I'm working on merging it in.