DarkCreekWay.OSI.Microsoft.Windows.Registry
1.0.0.8
dotnet add package DarkCreekWay.OSI.Microsoft.Windows.Registry --version 1.0.0.8
NuGet\Install-Package DarkCreekWay.OSI.Microsoft.Windows.Registry -Version 1.0.0.8
<PackageReference Include="DarkCreekWay.OSI.Microsoft.Windows.Registry" Version="1.0.0.8" />
paket add DarkCreekWay.OSI.Microsoft.Windows.Registry --version 1.0.0.8
#r "nuget: DarkCreekWay.OSI.Microsoft.Windows.Registry, 1.0.0.8"
// Install DarkCreekWay.OSI.Microsoft.Windows.Registry as a Cake Addin #addin nuget:?package=DarkCreekWay.OSI.Microsoft.Windows.Registry&version=1.0.0.8 // Install DarkCreekWay.OSI.Microsoft.Windows.Registry as a Cake Tool #tool nuget:?package=DarkCreekWay.OSI.Microsoft.Windows.Registry&version=1.0.0.8
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 was computed. net5.0-windows was computed. net6.0 is compatible. 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 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
-
net6.0
- Microsoft.Win32.Registry (>= 5.0.0)
-
net7.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.