NETStandard.Library
by: Microsoft
- 54 total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 414 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 840 total downloads
- Latest version: 6.0.7
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 6, 7, 8, 9 and 10
- .NET Standard 2.0 and 2.1
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging
For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Npgsql
by: Francisco Figueiredo Jr. Josh Cooley Dave Page Jon Asher Brar Piening Chris Morgan Hiroshi Saito Jon Hanna Federico Di Gregorio Glen Parker Shay Rojansky
- 32 total downloads
- Latest version: 2.2.7
Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Postgresql 9.x and above is officially supported.
NuGet.Frameworks
by: Microsoft
- 228 total downloads
- Latest version: 6.2.4
NuGet's understanding of target frameworks.
NuGet.Versioning
by: NuGet
- 28 total downloads
- Latest version: 4.2.0
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 43 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.
OpenTK
by: Team OpenTK
- 618 total downloads
- Latest version: 5.0.0-pre.15
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
OpenTK.redist.glfw
by: Team OpenTK
- 7 total downloads
- Latest version: 3.3.0-pre20200830200122
GLFW redistributables for OpenTK.
opentoolkit.redist.glfw
by: OpenToolkit
- 21 total downloads
- Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
PInvoke.Kernel32
by: Andrew Arnott
- 190 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.User32
by: Andrew Arnott
- 189 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows User32.dll.
PInvoke.Windows.Core
by: Andrew Arnott
- 91 total downloads
- Latest version: 0.6.49
P/Invoke types for common Windows APIs.
PInvoke.Windows.ShellScalingApi
by: Andrew Arnott
- 88 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Windows.ShellScalingApi.dll.
Polly
by: Michael Wolfenden App vNext
- 151 total downloads
- Latest version: 4.5.0-beta-netstandar-0001
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL (Profile 259) / NET Standard 1.0 library that allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Portable.BouncyCastle
by: Claire Novotny
- 109 total downloads
- Latest version: 1.9.0
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
prometheus-net
by: andrasm qed- lakario
- 138 total downloads
- Latest version: 1.3.6-rc
.NET client for prometheus.io
protobuf-net
by: Marc Gravell
- 302 total downloads
- Latest version: 2.4.9
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Remotion.Linq
by: rubicon IT GmbH
- 226 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
runtime.android-arm.runtime.native.System.IO.Ports
by: Microsoft
- 64 total downloads
- Latest version: 10.0.1
Internal implementation package not meant for direct consumption. Please do not reference directly.