V8Formats 1.0.5

dotnet add package V8Formats --version 1.0.5
NuGet\Install-Package V8Formats -Version 1.0.5
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="V8Formats" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add V8Formats --version 1.0.5
#r "nuget: V8Formats, 1.0.5"
#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.
// Install V8Formats as a Cake Addin
#addin nuget:?package=V8Formats&version=1.0.5

// Install V8Formats as a Cake Tool
#tool nuget:?package=V8Formats&version=1.0.5

C помощью класса V8File реализована функциональность распаковки в файловую структуру и запаковки в форматы файлов платформы 1С:Предприятие файлов конфигураций (.CF), внешний обработок (.ERF) и внешних отчетов (*.ERT).

Доступны следующие методы:

Inflate и Deflate - распаковка и запаковка произвольных блоков данных.
Unpack и Pack - распаковка файла в файловую структуру с минимальной детализацией и запаковка соответственно.
Parse и Build - распаковка файла в файловую структуру с большей детализацией по сравнению с предыдущими вариантами команд и запаковка соответственно.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.5 1,259 8/7/2016

Первая версия с оптимизацией работы с памятью для обрабатываемых файлов.