FileStorage.Core 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FileStorage.Core --version 2.0.0
                    
NuGet\Install-Package FileStorage.Core -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FileStorage.Core" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FileStorage.Core" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="FileStorage.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FileStorage.Core --version 2.0.0
                    
#r "nuget: FileStorage.Core, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=FileStorage.Core&version=2.0.0
                    
Install FileStorage.Core as a Cake Addin
#tool nuget:?package=FileStorage.Core&version=2.0.0
                    
Install FileStorage.Core as a Cake Tool

Hierarchical file storage for storing files on disk. It is a tree of folders where the leaves are files

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.14 153 7/4/2024
7.0.13 111 6/24/2024
7.0.12 113 6/24/2024
7.0.11 139 4/8/2024
7.0.10 219 12/18/2023
7.0.9 167 9/24/2023
7.0.1 153 9/13/2023
7.0.0 184 8/31/2023
6.0.14 1,134 7/4/2024
6.0.13 112 6/24/2024
6.0.11 131 4/8/2024
6.0.10 130 12/18/2023
6.0.9 149 9/24/2023
6.0.8 162 9/13/2023
6.0.7 178 8/31/2023
3.1.55 457 7/4/2024
3.1.54 131 6/24/2024
3.1.53 125 6/24/2024
3.1.52 104 6/24/2024
3.1.51 531 4/8/2024
3.1.50 156 12/18/2023
3.1.49 268 9/24/2023
3.1.48 175 9/13/2023
3.1.47 194 8/31/2023
2.0.6 162 8/23/2023
2.0.5 168 8/22/2023
2.0.4 180 8/21/2023
2.0.3 219 4/19/2023
2.0.2 343 12/15/2022
2.0.1 460 6/21/2022
2.0.0 403 2/12/2021
1.3.46 196 8/23/2023
1.3.45 168 8/22/2023
1.3.44 174 8/22/2023
1.3.43 183 8/21/2023
1.3.42 175 6/23/2023
1.3.41 220 4/19/2023 1.3.41 is deprecated because it has critical bugs.
1.3.40 233 4/10/2023
1.3.39 320 12/15/2022
1.3.38 506 6/29/2022
1.3.37 476 1/19/2022
1.1.36 461 1/19/2022
1.1.35 386 10/8/2021
1.1.34 389 2/9/2021
1.1.33 397 2/8/2021
1.1.32 821 7/31/2020
1.1.31 496 7/2/2020
1.1.30 502 7/1/2020
1.1.29 536 6/30/2020
1.1.28 487 6/11/2020
1.1.22 1,201 3/27/2020
0.2.0 487 1/19/2022
0.0.3 397 2/15/2021
0.0.2 378 2/8/2021
0.0.1 391 2/8/2021

fixing disk operation in Unix OS