Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 4 total downloads
  • Latest version: 9.0.11
Package Description
MimeKit by: Jeffrey Stedfast
  • 1 total downloads
  • Latest version: 1.16.2
  • 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
Mono.Unix by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-alpha5.21302.3
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq by: Daniel Cazzulino, kzu
  • 3 total downloads
  • Latest version: 4.2.1507.118
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET
MSBuild.Sdk.Extras by: Oren Novotny
  • 4 total downloads
  • Latest version: 1.6.41
  • msbuild,sdk,dotnet,xamarin,android,ios,macos,uwp,tizen
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MsgPack.Cli by: FUJIWARA, Yusuke
  • 8 total downloads
  • Latest version: 1.0.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
  • 28 total downloads
  • Latest version: 8.13.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
Nerdbank.GitVersioning by: Andrew Arnott
  • 9 total downloads
  • Latest version: 3.8.118
  • git commit versioning version assemblyinfo
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NETStandard.Library by: Microsoft
  • 2 total downloads
  • Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 4 total downloads
  • Latest version: 13.0.4
  • json
Json.NET is a popular high-performance JSON framework for .NET
NLog by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
  • 10 total downloads
  • Latest version: 6.0.6
  • NLog logging log structured tracing logfiles database eventlog console
NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 6, 7, 8, 9 and 10 - .NET Standard 2.0 and 2.1 - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Npgsql by: Jon Asher, Brar Piening, Chris Morgan, Dave Page, Federico Di Gregorio, Francisco Figueiredo jr., Hiroshi Saito, Josh Cooley, Jon Hanna
  • 1 total downloads
  • Latest version: 2.0.11
  • Npgsql postgres data database
Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Works with Postgresql 7.x and 8.x.
NSwag.AspNetCore by: Rico Suter
  • 10 total downloads
  • Latest version: 14.6.0
  • Swagger Documentation AspNetCore NetCore TypeScript CodeGen
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Common by: NuGet.Common
  • 4 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.LibraryModel by: NuGet.LibraryModel
  • 2 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Protocol.Core.v3 by: NuGet
  • 1 total downloads
  • Latest version: 4.0.0-rtm-2265
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NUnit by: Charlie Poole, Rob Prouse
  • 7 total downloads
  • Latest version: 4.4.0-beta.2.1
  • nunit test testing tdd framework fluent assert theory plugin addin
NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+ - .NET 8.0+
NUnit3TestAdapter by: Charlie Poole, Terje Sandstrom
  • 15 total downloads
  • Latest version: 4.3.1
  • test visualstudio testadapter nunit nunit3 dotnet
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.)
OpenTK by: Team OpenTK
  • 26 total downloads
  • Latest version: 5.0.0-pre.10
  • OpenTK OpenGL OpenGLES GLES OpenAL OpenCL C# F# .NET Mono Vector Math Game Graphics Sound
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
  • 4 total downloads
  • Latest version: 3.3.3
  • OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
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.