mongocsharpdriver by: MongoDB Inc.
  • 92 total downloads
  • Latest version: 2.0.0-beta1
This package has been deprecated. The new package name is MongoDB.Driver.
MongoDB.Driver.Core by: MongoDB Inc.
  • 172 total downloads
  • Latest version: 2.17.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 715 total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt by: markbenvenuto vincentkam dmitry_lukyanov rstam
  • 35 total downloads
  • Latest version: 1.2.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil by: Jb Evain
  • 68 total downloads
  • Latest version: 0.11.6
  • assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
Mono.Posix.NETStandard by: Microsoft
  • 14 total downloads
  • Latest version: 5.20.1-preview
Provides functionality to access Posix/Unix features
Mono.Unix by: Microsoft
  • 63 total downloads
  • Latest version: 7.1.0-final.1.21458.1
  • posix unix mono macos osx linux
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
morelinq by: MoreLINQ Developers.
  • 163 total downloads
  • Latest version: 2.10.0
  • linq extensions
This project enhances LINQ to Objects with the following methods: Acquire, AggregateRight, Assert, AssertCount, AtLeast, AtMost, Batch, Cartesian, CountBetween, CountBy, Concat, Consume, DistinctBy, EndsWith, EquiZip, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, MinBy, Move, NestedLoops, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RightJoin, RunLengthEncode, Scan, ScanRight, Segment, Sequence, SingleOrFallback, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, TraverseBreadthFirst, TraverseDepthFirst, Unfold, Windowed, ZipLongest, ZipShortest
Mono.TextTemplating by: mhutch
  • 59 total downloads
  • Latest version: 2.0.5
  • T4 templating
Open-source implementation of the T4 templating engine.
Moq by: Daniel Cazzulino kzu
  • 125 total downloads
  • Latest version: 4.2.1510.2205
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET
MoreLinq by: MoreLINQ Developers.
  • 15 total downloads
  • Latest version: 2.4.0
  • linq extensions
This project enhances LINQ to Objects with the following methods: Acquire, AggregateRight, Assert, AssertCount, AtLeast, AtMost, Batch, Cartesian, CountBetween, CountBy, Concat, Consume, DistinctBy, EquiZip, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Fold, ForEach, FullGroupJoin, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, OrderedMerge, Pad, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, Sequence, SingleOrFallback, SkipLast, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, TraverseBreadthFirst, TraverseDepthFirst, Unfold, Windowed, ZipLongest, ZipShortest
MrAdvice by: Arx One
  • 389 total downloads
  • Latest version: 2.19.1
  • weaver aspect advice pointcut aop .net attributes injection netstandard windows postsharp
MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.
MSBuild.Sdk.Extras by: Claire Novotny
  • 317 total downloads
  • Latest version: 3.0.44
  • 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
  • 65 total downloads
  • Latest version: 1.0.1
  • 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.
MSTest.Analyzers by: Microsoft
  • 152 total downloads
  • Latest version: 3.9.3
  • MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
MSTest is Microsoft supported Test Framework. This package includes code analyzers and code fixes for MSTest.
MSTest by: Microsoft
  • 80 total downloads
  • Latest version: 3.7.3
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter. Supported platforms: - .NET 4.6.2+ - .NET Core 3.1+ - .NET 6.0+ - .NET 6.0 Windows.18362+ - UWP 10.0.16299
MSTest.TestAdapter by: Microsoft
  • 11 total downloads
  • Latest version: 3.8.2
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. Supported platforms: - .NET 4.6.2+ - .NET Core 3.1+ - .NET 6.0+ - .NET 6.0 Windows.18362+ - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9
MvcSiteMapProvider.Web by: Maarten Balliauw Shad Storhaug
  • 363 total downloads
  • Latest version: 4.6.26
  • mvc sitemap menu breadcrumb navigation mvcsitemapprovider
This project contains extra configuration that is required by MvcSiteMapProvider during installation into a Web project as well as a starting point for XML configuration of the provider. This package is a dependency that is automatically installed with many of the MvcSiteMapProvider packages and you will generally not need to install this package by itself.
MvcSiteMapProvider.MVC5 by: Maarten Balliauw Shad Storhaug
  • 161 total downloads
  • Latest version: 4.6.22
  • mvc mvc5 sitemap mvcsitemap menu breadcrumb navigation mvcsitemapprovider
This is the main package that contains the full installation of MvcSiteMapProvider using its internal DI container. Install this package into your client MVC5 projects.
MySql.Data by: Oracle
  • 19 total downloads
  • Latest version: 6.9.12
  • MySql MySql.Data Connector/NET
ADO.Net driver for MySQL
Nancy by: Andreas Håkansson Steven Robbins and contributors
  • 282 total downloads
  • Latest version: 1.4.5
  • Nancy
Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.
Namotion.Reflection by: Namotion.Reflection
  • 190 total downloads
  • Latest version: 2.1.2
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.