Microsoft.Win32.Registry
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22416
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
Microsoft.Windows.CsWinRT
by: Microsoft
- 20 total downloads
- Latest version: 2.1.6
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 63 total downloads
- Latest version: 10.0.26100.7463
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows version 28000. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MSBuild.Sdk.Extras
by: Oren Novotny
- 8 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
MsgPack.Cli
by: FUJIWARA, Yusuke
- 1 total downloads
- Latest version: 0.5.1-beta1
MessagePack is fast, compact, and interoperable binary serialization format.
This library provides MessagePack serialization/deserialization APIs. This library supports Xamarin and Unity3D.
Nerdbank.GitVersioning
by: Andrew Arnott
- 47 total downloads
- Latest version: 3.9.37-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Newtonsoft.Json
by: James Newton-King
- 7 total downloads
- Latest version: 10.0.2
Json.NET is a popular high-performance JSON framework for .NET
NuGet.Configuration
by: NuGet
- 3 total downloads
- Latest version: 4.1.0
NuGet's client configuration settings implementation.
NuGet.DependencyResolver.Core
by: NuGet.DependencyResolver.Core
- 1 total downloads
- Latest version: 3.5.0
NuGet v3 core library.
NuGet.Frameworks
by: NuGet
- 1 total downloads
- Latest version: 3.5.0
The understanding of target frameworks for NuGet.Packaging
NuGet.LibraryModel
by: NuGet.LibraryModel
- 1 total downloads
- Latest version: 4.1.0
NuGet v3 core library.
NuGet.Packaging
by: NuGet
- 2 total downloads
- Latest version: 4.1.0
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.ProjectModel
by: NuGet.ProjectModel
- 3 total downloads
- Latest version: 4.2.0
NuGet v3 core library.
NuGet.Protocol.Core.v3
by: NuGet
- 3 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet Protocol for 3.1.0 servers
NuGet.Repositories
by: NuGet.Repositories
- 3 total downloads
- Latest version: 4.0.0-rtm-2283
NuGet v3 core library.
NuGet.RuntimeModel
by: NuGet.RuntimeModel
- 2 total downloads
- Latest version: 3.5.0-rc1-final
NuGet v3 core library.
NuGet.Versioning
by: NuGet
- 1 total downloads
- Latest version: 4.0.0
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 3 total downloads
- Latest version: 1.3.1
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
Remotion.Linq
by: rubicon IT GmbH
- 5 total downloads
- Latest version: 2.2.0
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations