AdamE.Firebase.iOS.RemoteConfig by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.4.0.1
C# bindings for Firebase APIs Remote Config iOS Library
AutoMapper by: Jimmy Bogard
  • 1 total downloads
  • Latest version: 4.0.4
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
BenchmarkDotNet by: Andrey Akinshin, Jon Skeet, Matt Warren
  • 4 total downloads
  • Latest version: 0.9.6-beta
Powerful .NET library for benchmarking
DocumentFormat.OpenXml by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.0-beta0002
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
EPPlus by: EPPlus Software AB
  • 1 total downloads
  • Latest version: 6.1.3
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
Grpc by: The gRPC Authors
  • 12 total downloads
  • Latest version: 2.46.3
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.Core by: The gRPC Authors
  • 2 total downloads
  • Latest version: 2.42.0
  • gRPC RPC HTTP/2
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 3 total downloads
  • Latest version: 8.0.12
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/31d685b2d9a86ca1243014d175a3da813f78e428
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft.AspNetCore.DataProtection.Extensions
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,dataprotection
Additional APIs for ASP.NET Core data protection.
Microsoft.Extensions.Logging.TraceSource by: Microsoft.Extensions.Logging.TraceSource
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
  • logging,tracesource
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Net.UWPCoreRuntimeSdk by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.13
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR. 1b651b26ca39a8a2b6c090a85b6025565fa46203 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Web.CodeGeneration by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
MimeKit by: Jeffrey Stedfast
  • 1 total downloads
  • Latest version: 1.18.0
  • mime encryption dkim security smime s/mime openpgp pgp mbox mail email parser tnef netstandard net35 net40 net45 xamarin android ios monodroid monotouch win8 wp81
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Sentry.PlatformAbstractions by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 1.0.0-dev-00067
  • platform-abstractions runtime operating-system sentry getsentry
Abstractions to platform information
System.ComponentModel.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22816
Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection