cube-soft / cube.fileSystem

The repository is merged to https://github.com/cube-soft/Cube.Core

Home Page:https://github.com/cube-soft/Cube.Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cube.FileSystem

NuGet AppVeyor Codecov

Cube.FileSystem is an I/O library including path normalization. The library is available for .NET Framework 3.5, 4.5, .NET Standard 2.0, or later.

Installation

You can install the library through the NuGet package. Add a dependency in your project file using the following syntax:

<ItemGroup>
    <PackageReference Include="Cube.FileSystem" Version="3.1.0" />
</ItemGroup>

Or select it from the NuGet packages UI on Visual Studio.

Dependencies

Contributing

  1. Fork Cube.FileSystem repository.
  2. Create a feature branch from the master or stable branch (e.g. git checkout -b my-new-feature origin/master). Note that the master branch may refer some pre-released NuGet packages. Try the rake clobber command when build errors occur.
  3. Commit your changes.
  4. Rebase your local changes against the master or stable branch.
  5. Run the dotnet test command or the Visual Studio (NUnit 3 test adapter) and confirm that it passes.
  6. Create new Pull Request.

License

Copyright © 2010 CubeSoft, Inc. The project is licensed under the Apache 2.0.

About

The repository is merged to https://github.com/cube-soft/Cube.Core

https://github.com/cube-soft/Cube.Core

License:Apache License 2.0


Languages

Language:C# 98.3%Language:Ruby 1.7%