DarkCreekWay.OSI.Microsoft.Windows.Registry
1.0.0.7
See the version list below for details.
dotnet add package DarkCreekWay.OSI.Microsoft.Windows.Registry --version 1.0.0.7
NuGet\Install-Package DarkCreekWay.OSI.Microsoft.Windows.Registry -Version 1.0.0.7
<PackageReference Include="DarkCreekWay.OSI.Microsoft.Windows.Registry" Version="1.0.0.7" />
paket add DarkCreekWay.OSI.Microsoft.Windows.Registry --version 1.0.0.7
#r "nuget: DarkCreekWay.OSI.Microsoft.Windows.Registry, 1.0.0.7"
// Install DarkCreekWay.OSI.Microsoft.Windows.Registry as a Cake Addin #addin nuget:?package=DarkCreekWay.OSI.Microsoft.Windows.Registry&version=1.0.0.7 // Install DarkCreekWay.OSI.Microsoft.Windows.Registry as a Cake Tool #tool nuget:?package=DarkCreekWay.OSI.Microsoft.Windows.Registry&version=1.0.0.7
Operating System Integration Library for the Microsoft Windows Registy
This library is designed with the goal to be easy to integrate into existing codebases with minimum effort. After integration of the library into a codebase, all registry related code can be easily covered by unit tests.
Having an abstraction for the Microsoft Windows Registry helps you to develop testable Registry related code. Within unit tests, access to a real registry can be replaced by an InMemory implementation. This makes testing registry related code simple, reliable, machine independent and repeatable.
Copyright (c) 2020 by DarkCreekWay
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- Microsoft.Win32.Registry (>= 5.0.0)
-
.NETFramework 4.7.2
- Microsoft.Win32.Registry (>= 5.0.0)
-
.NETFramework 4.8
- Microsoft.Win32.Registry (>= 5.0.0)
-
net5.0
- Microsoft.Win32.Registry (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DarkCreekWay.OSI.Microsoft.Windows.Registry:
Package | Downloads |
---|---|
DarkCreekWay.OSI.Microsoft.Windows.Registry.InMemory
The InMemory Registry implementation makes access and manipulation of the Registry testable. |
|
DarkCreekWay.OSI.Microsoft.Windows.ComponentObjectModel
Operating System Integration Library for Microsoft Windows Component Object Model |
GitHub repositories
This package is not used by any popular GitHub repositories.