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.
paket add Nefarius.Utilities.Registry --version 2.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install Nefarius.Utilities.Registry as a Cake Addin #addin nuget:?package=Nefarius.Utilities.Registry&version=2.0.5 // Install Nefarius.Utilities.Registry as a Cake Tool #tool nuget:?package=Nefarius.Utilities.Registry&version=2.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nefarius.Utilities.Registry
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
forREG_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-parsedValue
property in the expected managed type (string
,byte[]
, etc.)
Documentation
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Ardalis.SmartEnum (>= 8.1.0)
-
net8.0
- Ardalis.SmartEnum (>= 8.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.