From 44c1391dc897b89ba015391823ad197c701d86d3 Mon Sep 17 00:00:00 2001 From: Toni Kalajainen Date: Tue, 22 Oct 2019 15:30:06 +0300 Subject: [PATCH] +Lexical.FileSystem --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index dbcce0e..5992584 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -156,6 +156,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Language-ext](https://github.com/louthy/language-ext) - C# 6.0+ functional language extensions. Make C# more like F# and other functional languages * [leveldb-sharp](https://github.com/meebey/leveldb-sharp) - cross-platform C# binding for LevelDB * [Lexical.FileProvider](http://lexical.fi/FileProvider/index.html) - Various IFileProvider implementations and utilities. + * [Lexical.FileSystem](http://lexical.fi/FileSystem/index.html) - Virtual IFileSystem interfaces, and implementations. Adaptable with IFileProvider. * [Lexical.Localization](http://lexical.fi/Localization/index.html) - Localization class library for .NET. * [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) - C# language bindings for the [LibGit2](https://github.com/libgit2/libgit2) implementation of Git. * [LINQ Extensions](https://github.com/TommasoScalici/LINQExtensions) - LINQ extensions for .NET is a collection of useful extensions methods that extends LINQ's capability. There are methods for combinatorics and sequence analysis, generation and manipulation.