A small package with FileSize type.
$ dotnet add package NiTiS.FileSizeThis package provides new types:
Append PackageReference node to your C# project file
<Project Sdk="Microsoft.NET.Sdk">
...
<ItemGroup>
...
<!-- Append next line into your project file -->
<PackageReference Include="NiTiS.FileSize" />
</ItemGroup>
...
</Project>
dotnet add package NiTiS.FileSize
Contributions are welcome! Please read CONTRIBUTING.md before making any contribution to repository.
This project licensed under MIT license