NuGet.Protocol
by: Microsoft
- 2 total downloads
- Latest version: 4.5.3+9bcbce4433dec2570a34bc6b5ac9df74fdb7a383
NuGet client library.
NuGet.Protocol.Core.Types
by: NuGet
- 18 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
NuGet.Protocol.Core.v3
by: NuGet
- 18 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet Protocol for 3.1.0 servers
NuGet.Repositories
by: NuGet.Repositories
- 17 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.RuntimeModel
by: NuGet.RuntimeModel
- 18 total downloads
- Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.Versioning
by: Microsoft
- 20 total downloads
- Latest version: 6.2.4
NuGet's implementation of Semantic Versioning.
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock Jason Best
- 9 total downloads
- Latest version: 1.23.1
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
Nullable
by: Manuel Römer
- 7 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.
OpenTelemetry.Api
by: OpenTelemetry authors
- 4 total downloads
- Latest version: 0.2.0-alpha.275
OpenTelemetry .NET instrumentation API
OpenTK
by: Team OpenTK
- 87 total downloads
- Latest version: 5.0.0-pre.16
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
- 1 total downloads
- Latest version: 3.3.0-pre20200830200122
GLFW redistributables for OpenTK.
opentoolkit.redist.glfw
by: OpenToolkit
- 3 total downloads
- Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
Owin
by: OWIN startup components contributors
- 1 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PCLStorage
by: Daniel Plaisted
- 13 total downloads
- Latest version: 1.0.2
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
PdfiumViewer.Native.x86.v8-xfa
by: Pieter van Ginkel
- 45 total downloads
- Latest version: 2018.4.8.256
Native 32-bit PDFium DLL with V8 and XFA support for usage with the PdfiumViewer project.
PdfiumViewer.Native.x86_64.v8-xfa
by: Pieter van Ginkel
- 96 total downloads
- Latest version: 2018.4.8.256
Native 64-bit PDFium DLL with V8 and XFA support for usage with the PdfiumViewer project.
Pek.NCube.Base
by: 湖北登灏科技有限公司
- 1 total downloads
- Latest version: 1.0.2024.910-beta0434
Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。
Pek.NCubeUI
by: 湖北登灏科技有限公司
- 1 total downloads
- Latest version: 4.16.2025.1113
Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。
Pek.Office
by: 湖北登灏科技有限公司
- 5 total downloads
- Latest version: 4.25.2026.915-beta0314
基于DH框架的办公自动化库,支持 Excel(xlsx/xls)、Word(docx/doc)、PPT(pptx/ppt)、PDF、Markdown、RTF、ODS、Email(eml/msg)、iCalendar、vCard、EPUB、XPS 等格式的读写、模板填充与格式转换,零外部依赖,MIT 许可
Polly
by: Michael Wolfenden App vNext
- 57 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.