NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 82 total downloads
- Latest version: 4.3.2
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core).
Note that this package ONLY contains the adapter, not the NUnit framework.
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
NuProj
by: Immo Landwerth
- 27 total downloads
- Latest version: 0.20.4-beta
NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
In general, the definition of a NuProj file is very similar to the NuGet .nuspec file – except that it is done via MSBuild. In fact, NuProj generates the .nuspec file and simply calles NuGet to build the package.
Thus, for details you can still refer to the official NuGet documentation.
There is also a Visual Studio extension which you find under http://bit.ly/NuProjVS.
NuSpec.ReferenceGenerator
by: Oren Novotny
- 15 total downloads
- Latest version: 2.0.0-beta-bld12
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
NWebsec
by: André N. Klingsheim
- 85 total downloads
- Latest version: 6.0.0
NWebsec is an easy to use security library for ASP.NET applications. With a few lines of config it lets you set important security headers, detect potentially dangerous redirects, control cache headers, and remove version headers. See project website for documentation.
NWebsec.AspNetCore.Core
by: André N. Klingsheim
- 4 total downloads
- Latest version: 1.1.0
This library provides shared functionality for the NWebsec ASP.NET Core security libraries.
NWebsec.AspNetCore.Middleware
by: André N. Klingsheim
- 4 total downloads
- Latest version: 1.1.0
NWebsec middleware for ASP.NET Core applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.
NWebsec.Core
by: André N. Klingsheim
- 59 total downloads
- Latest version: 3.0.1
This library provides shared functionality for the NWebsec ASP.NET security libraries.
NWebsec.Mvc
by: André N. Klingsheim
- 71 total downloads
- Latest version: 6.0.0
NWebsec attributes for ASP.NET MVC 5 applications. NWebsec helps you set important security headers, detect potentially dangerous redirects, control cache headers, and remove version headers. See project website for documentation.
NWebsec.Owin
by: André N. Klingsheim
- 63 total downloads
- Latest version: 4.0.0
NWebsec middleware for OWIN applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.
OpenTK
by: Team OpenTK
- 259 total downloads
- Latest version: 5.0.0-pre.11
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.GLControl
by: The Open Toolkit Team
- 53 total downloads
- Latest version: 3.3.3
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
OpenTK.GLWpfControl
by: Team OpenTK
- 42 total downloads
- Latest version: 3.2.3
A native WPF control for OpenTK 4.X.
Oracle.ManagedDataAccess
by: Oracle
- 2 total downloads
- Latest version: 12.1.2400
ODP.NET, Managed Driver is a 100% native .NET code driver. No additional Oracle Client software is required to be installed to connect to Oracle Database.
Note: The 32-bit Oracle Developer Tools for Visual Studio download from http://otn.oracle.com/dotnet is required for Entity Framework design-time features and for other Visual Studio designers such as the TableAdapter Wizard. This NuGet download does not enable design-time tools, only run-time support.
Owin
by: OWIN startup components contributors
- 21 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PInvoke.NCrypt
by: Andrew Arnott
- 7 total downloads
- Latest version: 0.7.104
P/Invoke methods for the Windows NCrypt.dll.
Polly
by: Michael Wolfenden App vNext
- 3 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.
popper.js
by: FezVrasta
- 29 total downloads
- Latest version: 1.16.1
A kickass library to manage your poppers
Portable.BouncyCastle
by: Claire Novotny
- 117 total downloads
- Latest version: 1.9.0
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.ConcurrentDictionary
by: Stef Heyenrath
- 3 total downloads
- Latest version: 1.0.4
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core