MSBuild.Sdk.Extras
by: Oren Novotny
- 175 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Nerdbank.GitVersioning
by: Andrew Arnott
- 947 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 7 total downloads
- Latest version: 2.0.2-beta
Streams for full duplex in-proc communication, wrap a WebSocket, etc.
NETStandard.Library
by: Microsoft
- 74 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 196 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
NLog
by: Kim Christensen
- 14 total downloads
- Latest version: 2.1.0
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.
NuGet.Frameworks
by: NuGet
- 28 total downloads
- Latest version: 4.2.0
The understanding of target frameworks for NuGet.Packaging
NuGet.Versioning
by: Microsoft
- 50 total downloads
- Latest version: 4.5.3+9bcbce4433dec2570a34bc6b5ac9df74fdb7a383
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 50 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
- 562 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
- 98 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.User32
by: Andrew Arnott
- 28 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
- 17 total downloads
- Latest version: 0.6.49
P/Invoke methods for the Windows Windows.ShellScalingApi.dll.
Polly
by: Michael Wolfenden App vNext
- 209 total downloads
- Latest version: 7.2.4
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Contrib.Simmy
by: App vNext
- 18 total downloads
- Latest version: 0.3.0
Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET
Polly.Contrib.WaitAndRetry
by: Grant Dickinson App vNext
- 16 total downloads
- Latest version: 1.1.1
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Portable.BouncyCastle
by: Oren Novotny
- 64 total downloads
- Latest version: 1.8.5
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, .NET Core