Nefarius.Utilities.Registry 2.0.5

Prefix Reserved
dotnet add package Nefarius.Utilities.Registry --version 2.0.5
                    
NuGet\Install-Package Nefarius.Utilities.Registry -Version 2.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="Nefarius.Utilities.Registry" Version="2.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nefarius.Utilities.Registry" Version="2.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Nefarius.Utilities.Registry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nefarius.Utilities.Registry --version 2.0.5
                    
#r "nuget: Nefarius.Utilities.Registry, 2.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.
#:package Nefarius.Utilities.Registry@2.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nefarius.Utilities.Registry&version=2.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Nefarius.Utilities.Registry&version=2.0.5
                    
Install as a Cake Tool

Nefarius.Utilities.Registry

GitHub Workflow Status Requirements Nuget Nuget

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

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

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.)

Documentation

Link to API docs.

Generating documentation

  • dotnet build -c:Release
  • dotnet tool install --global Nefarius.Tools.XMLDoc2Markdown
  • xmldoc2md .\bin\net8.0\Nefarius.Utilities.Registry.dll .\docs\

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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.5 654 10/30/2024
2.0.3 407 9/6/2023