Lexical.FileProvider.Abstractions
0.14.1
Abstractions for IFileprovider that can open package files. For example "myfile.zip/mylib.dll/mylib.resources"
Install-Package Lexical.FileProvider.Abstractions -Version 0.14.1
dotnet add package Lexical.FileProvider.Abstractions --version 0.14.1
<PackageReference Include="Lexical.FileProvider.Abstractions" Version="0.14.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lexical.FileProvider.Abstractions --version 0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Lexical.FileProvider.Abstractions, 0.14.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lexical.FileProvider.Abstractions as a Cake Addin
#addin nuget:?package=Lexical.FileProvider.Abstractions&version=0.14.1
// Install Lexical.FileProvider.Abstractions as a Cake Tool
#tool nuget:?package=Lexical.FileProvider.Abstractions&version=0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Lexical.FileProvider.Abstractions:
Package | Downloads |
---|---|
Lexical.FileProvider.SharpCompress
Wraps SharpCompress into IFileProvider and IPackageLoader. Supports formats .zip, .7z, .rar, .tar, .gz recursively. See: https://github.com/adamhathcock/sharpcompress
|
|
Lexical.FileProvider.Dll
File provider and package loader that reads embedded resources from managed .dll files by using Mono.Cecil.
|
|
Lexical.FileProvider.SharpZipLib
Wraps SharpZipLib archives into IFileProvider and IPackageLoader.
Can open .bzip2 and .z archives recursively. See: https://github.com/icsharpcode/SharpZipLib
|
|
Lexical.FileProvider
File provider that can drill down into package files by using other IFileProviders.
For example: "somefile.zip/my.dll/my.embedded.resources"
|
GitHub repositories
This package is not used by any popular GitHub repositories.