NJsonSchema.Yaml by: Rico Suter
  • 1 total downloads
  • Latest version: 10.1.14
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
Npgsql by: Shay Rojansky, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 4 total downloads
  • Latest version: 4.0.10
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
NSwag.Annotations by: Rico Suter
  • 4 total downloads
  • Latest version: 13.1.5
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml by: Rico Suter
  • 3 total downloads
  • Latest version: 13.9.0
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi by: Rico Suter
  • 1 total downloads
  • Latest version: 13.14.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Versioning by: Microsoft
  • 1 total downloads
  • Latest version: 6.2.2
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
Plugin.CurrentActivity by: James Montemagno
  • 1 total downloads
  • Latest version: 2.0.0.6-beta
  • xamarin, pcl, xam.pcl, plugin, plugin for xamarin, android, activity, current activity
Provides a simple solution for getting access to the current Activity of the application when developing a Plugin for Xamarin. This will lay down a base "application" class for developers in their Android application with boilerplate code to get them started.
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.3
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Sentry by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 5.11.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 5.15.1-maxpath.1
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Serilog by: Serilog Contributors
  • 1 total downloads
  • Latest version: 4.3.1
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Settings.Configuration by: Serilog Contributors
  • 2 total downloads
  • Latest version: 3.3.1-dev-00327
  • serilog json
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
SharpDX.Direct3D9 by: Alexandre Mutel
  • 1 total downloads
  • Latest version: 3.1.2-beta109
  • SharpDX DirectX Direct3D MDX 3D Direct3D9 D3D9
Assembly providing DirectX - Direct3D9 managed API.
SkiaSharp.Views.Gtk2 by: Microsoft
  • 1 total downloads
  • Latest version: 1.68.2
  • ui xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
Syncfusion.Licensing by: Syncfusion Inc.
  • 1 total downloads
  • Latest version: 18.2.0.45
  • syncfusion,licensing,license,xamarin,windows,wpf,asp.net,mvc,Xamarin.forms,ios,android,pcl,uwp,.net,aspnetcore,core
Syncfusion licensing is a .NET library for validating the registered Syncfusion license in an application at runtime. The Syncfusion license must be registered in an application when using the Syncfusion evaluation build or NuGet package assemblies. Documentation: https://help.syncfusion.com/common/essential-studio/licensing/license-key?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). � Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Syncfusion.Pdf.Net.Core by: Syncfusion Inc.
  • 1 total downloads
  • Latest version: 20.1.0.61
  • syncfusion syncfusion.aspnetcore aspnetcore net-standard .net core c# pdf acroform pdf-table tagged-pdf conformance-standard syncfusion.pdf
The Syncfusion Essential PDF is a .NET standard PDF library that enables your .NET core applications to read, write, and manipulate existing PDF documents. It has various features such table creation, PDF form creation and filling, digital signature, and advanced PDF encryption. It also has various PDF manipulation features such as PDF compression, redaction, split and merge PDF, watermark, import and export PDF form data, replace or remove images, extract text and find text.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.0-preview2-26406-04
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T> 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
System.ComponentModel.Annotations by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-rc.1.20451.14
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.Composition by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.8.20407.11
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web. Commonly Used Types: System.Composition.ExportAttribute System.Composition.ImportAttribute System.Composition.Convention.ConventionBuilder System.Composition.Hosting.CompositionHost System.Composition.CompositionContext System.Composition.CompositionContextExtensions When using NuGet 3.x this package requires at least version 3.4.