Nefarius.Utilities.Registry 2.0.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Nefarius.Utilities.Registry --version 2.0.3
NuGet\Install-Package Nefarius.Utilities.Registry -Version 2.0.3
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="Nefarius.Utilities.Registry" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nefarius.Utilities.Registry --version 2.0.3
#r "nuget: Nefarius.Utilities.Registry, 2.0.3"
#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 Nefarius.Utilities.Registry as a Cake Addin
#addin nuget:?package=Nefarius.Utilities.Registry&version=2.0.3

// Install Nefarius.Utilities.Registry as a Cake Tool
#tool nuget:?package=Nefarius.Utilities.Registry&version=2.0.3

<img src="assets/NSS-128x128.png" align="right" />

Nefarius.Utilities.Registry

This is a fork of the fantastic Registry Export File (.reg) Parser project by Henryk Filipowicz.

GitHub Workflow Status Requirements Nuget Nuget

A fast parser for Registry Export (.reg) Files.

Changes of this fork

  • Modernized code and style to latest C# language version
  • Settled on .NET 7 to benefit from .NET regular expression source generators
  • RegFile class can now parse from streams in addition to file paths
  • Added RegValueType for REG_DWORD, REG_SZ, ... as a SmartEnum
  • Migrated strings to better suited types where applicable
  • Migrated string processing to using Spans where applicable
  • Greatly improved parsing speed and reduced memory footprint
  • Added type-specific RegValue classes with pre-parsed Value property in the expected managed type (string, byte[], etc.)

3rd party credits

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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
2.0.3 140 9/6/2023