Microsoft.Orleans.OrleansHost by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.7
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Default silo host process that starts a silo as a process.
Microsoft.Orleans.Templates.Interfaces by: Microsoft Research
  • 1 total downloads
  • Latest version: 1.0.7
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Microsoft Orleans VS Templates for Grain Interfaces.
Microsoft.Web.LibraryManager.Build by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.76
  • library, package, client-side, build
MSBuild target for the Visual Studio Library Manager
Mono.TextTemplating by: Mikayla Hutchinson
  • 1 total downloads
  • Latest version: 1.3.1
  • T4, templating
Open-source implementation of the T4 templating engine.
MsgPack.Cli by: FUJIWARA, Yusuke
  • 3 total downloads
  • Latest version: 0.9.0-beta2
  • MsgPack MessagePack Serialization Formatter Serializer
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MudBlazor by: Garderoben, Henon and Contributors
  • 1 total downloads
  • Latest version: 6.0.16
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
Namotion.Reflection by: Namotion.Reflection
  • 1 total downloads
  • Latest version: 1.0.11
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NetVips.Native.linux-arm64 by: Kleis Auke Wolthuizen
  • 1 total downloads
  • Latest version: 8.14.2
  • libvips binaries image-processing
This package complements the NetVips package and contains native binaries of libvips for Linux (ARM64v8)
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.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
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
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.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.