Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ if (!fs.IsReadOnly)
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
14 changes: 0 additions & 14 deletions Ramstack.FileSystem.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ramstack.FileSystem.Sub", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ramstack.FileSystem.Readonly", "src\Ramstack.FileSystem.Readonly\Ramstack.FileSystem.Readonly.csproj", "{29351AE9-EC9B-4D4F-B9C0-A9DC46409084}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ramstack.FileSystem.Zip", "src\Ramstack.FileSystem.Zip\Ramstack.FileSystem.Zip.csproj", "{A83298E7-63ED-4D40-A7E9-97E635964046}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ramstack.FileSystem.Globbing", "src\Ramstack.FileSystem.Globbing\Ramstack.FileSystem.Globbing.csproj", "{2CA617DF-C8EE-4557-8F3A-3A6A847EA76E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ramstack.FileSystem.Abstractions.Tests", "tests\Ramstack.FileSystem.Abstractions.Tests\Ramstack.FileSystem.Abstractions.Tests.csproj", "{A01A33F1-5A34-4360-8A30-EC84ADC32362}"
Expand All @@ -42,8 +40,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ramstack.FileSystem.Prefixe
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ramstack.FileSystem.Sub.Tests", "tests\Ramstack.FileSystem.Sub.Tests\Ramstack.FileSystem.Sub.Tests.csproj", "{0A8A9C37-708F-4904-AEEA-7B3F203D0B89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ramstack.FileSystem.Zip.Tests", "tests\Ramstack.FileSystem.Zip.Tests\Ramstack.FileSystem.Zip.Tests.csproj", "{FC3389DF-AF1B-4234-9399-EE9DA7A07E31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ramstack.FileSystem.Azure.Tests", "tests\Ramstack.FileSystem.Azure.Tests\Ramstack.FileSystem.Azure.Tests.csproj", "{3D5D46F7-AEB5-4CEE-8C9E-8EB4CAF15CCD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ramstack.FileSystem.Adapters", "src\Ramstack.FileSystem.Adapters\Ramstack.FileSystem.Adapters.csproj", "{CDAD5CF2-ACE0-4114-9DF7-B71474196B9E}"
Expand Down Expand Up @@ -96,10 +92,6 @@ Global
{29351AE9-EC9B-4D4F-B9C0-A9DC46409084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29351AE9-EC9B-4D4F-B9C0-A9DC46409084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29351AE9-EC9B-4D4F-B9C0-A9DC46409084}.Release|Any CPU.Build.0 = Release|Any CPU
{A83298E7-63ED-4D40-A7E9-97E635964046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A83298E7-63ED-4D40-A7E9-97E635964046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A83298E7-63ED-4D40-A7E9-97E635964046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A83298E7-63ED-4D40-A7E9-97E635964046}.Release|Any CPU.Build.0 = Release|Any CPU
{2CA617DF-C8EE-4557-8F3A-3A6A847EA76E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CA617DF-C8EE-4557-8F3A-3A6A847EA76E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CA617DF-C8EE-4557-8F3A-3A6A847EA76E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -124,10 +116,6 @@ Global
{0A8A9C37-708F-4904-AEEA-7B3F203D0B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8A9C37-708F-4904-AEEA-7B3F203D0B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8A9C37-708F-4904-AEEA-7B3F203D0B89}.Release|Any CPU.Build.0 = Release|Any CPU
{FC3389DF-AF1B-4234-9399-EE9DA7A07E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC3389DF-AF1B-4234-9399-EE9DA7A07E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC3389DF-AF1B-4234-9399-EE9DA7A07E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC3389DF-AF1B-4234-9399-EE9DA7A07E31}.Release|Any CPU.Build.0 = Release|Any CPU
{3D5D46F7-AEB5-4CEE-8C9E-8EB4CAF15CCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D5D46F7-AEB5-4CEE-8C9E-8EB4CAF15CCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D5D46F7-AEB5-4CEE-8C9E-8EB4CAF15CCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -183,14 +171,12 @@ Global
{BBAFC684-6EEC-40CC-9016-B1389EB9DC2F} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{5A0795D2-D1C1-4836-8939-89A9655C5993} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{29351AE9-EC9B-4D4F-B9C0-A9DC46409084} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{A83298E7-63ED-4D40-A7E9-97E635964046} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{2CA617DF-C8EE-4557-8F3A-3A6A847EA76E} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{A01A33F1-5A34-4360-8A30-EC84ADC32362} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{3BC4E91D-ECDC-4BD4-93A7-34C1D7CF2973} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{2AB7DD23-4788-4C94-A63E-BD4AFDDDEFB3} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{757C9DA0-D56A-404B-A54F-026B6F482A01} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{0A8A9C37-708F-4904-AEEA-7B3F203D0B89} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{FC3389DF-AF1B-4234-9399-EE9DA7A07E31} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{3D5D46F7-AEB5-4CEE-8C9E-8EB4CAF15CCD} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
{CDAD5CF2-ACE0-4114-9DF7-B71474196B9E} = {778473B7-67CD-4F46-93B8-B2FF5046E492}
{92BE6661-6630-442F-A352-8273B38F08C8} = {FDD0140D-CFCB-4875-990F-BF1227CD3CF6}
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Abstractions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ if (!fs.IsReadOnly)
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Amazon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ AmazonS3FileSystem fs = new AmazonS3FileSystem(
- [Ramstack.FileSystem.Physical](https://www.nuget.org/packages/Ramstack.FileSystem.Physical) - Provides an implementation based on the local file system.
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ AzureFileSystem fs = new AzureFileSystem(connectionString, containerName: "stora
- [Ramstack.FileSystem.Physical](https://www.nuget.org/packages/Ramstack.FileSystem.Physical) - Provides an implementation based on the local file system.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Composite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Globbing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
- [Ramstack.FileSystem.Sub](https://www.nuget.org/packages/Ramstack.FileSystem.Sub) - Wraps the underlying file system, restricting access to a specific subpath.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ GoogleFileSystem fs = new GoogleFileSystem(client, bucketName: "my-bucket")
- [Ramstack.FileSystem.Physical](https://www.nuget.org/packages/Ramstack.FileSystem.Physical) - Provides an implementation based on the local file system.
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Physical/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ PhysicalFileSystem fs = new PhysicalFileSystem(@"C:\path\to\directory")
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Prefixed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/public/assets"))
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Sub](https://www.nuget.org/packages/Ramstack.FileSystem.Sub) - Wraps the underlying file system, restricting access to a specific subpath.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Readonly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ await fs.DeleteFileAsync("/hello.txt");
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
- [Ramstack.FileSystem.Sub](https://www.nuget.org/packages/Ramstack.FileSystem.Sub) - Wraps the underlying file system, restricting access to a specific subpath.
Expand Down
1 change: 0 additions & 1 deletion src/Ramstack.FileSystem.Sub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ await foreach (VirtualFile file in fs.GetFilesAsync("/"))
- [Ramstack.FileSystem.Azure](https://www.nuget.org/packages/Ramstack.FileSystem.Azure) - Provides an implementation using Azure Blob storage.
- [Ramstack.FileSystem.Amazon](https://www.nuget.org/packages/Ramstack.FileSystem.Amazon) - Provides an implementation using Amazon S3 storage.
- [Ramstack.FileSystem.Google](https://www.nuget.org/packages/Ramstack.FileSystem.Google) - Provides an implementation using Google Cloud storage.
- [Ramstack.FileSystem.Zip](https://www.nuget.org/packages/Ramstack.FileSystem.Zip) - Provides an implementation based on ZIP archives.
- [Ramstack.FileSystem.Readonly](https://www.nuget.org/packages/Ramstack.FileSystem.Readonly) - Provides a read-only wrapper for the underlying file system.
- [Ramstack.FileSystem.Globbing](https://www.nuget.org/packages/Ramstack.FileSystem.Globbing) - Wraps the file system, filtering files and directories using glob patterns.
- [Ramstack.FileSystem.Prefixed](https://www.nuget.org/packages/Ramstack.FileSystem.Prefixed) - Adds a prefix to file paths within the underlying file system.
Expand Down
Loading
Loading