Mono.Cecil
by: Jb Evain
- 27 total downloads
- Latest version: 0.10.4
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.TextTemplating
by: mhutch
- 50 total downloads
- Latest version: 2.0.5
Open-source implementation of the T4 templating engine.
Mono.Unix
by: Microsoft
- 43 total downloads
- Latest version: 7.1.0-final.1.21458.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq
by: Daniel Cazzulino kzu
- 98 total downloads
- Latest version: 4.2.1510.2205
Moq is the most popular and friendly mocking framework for .NET
morelinq
by: MoreLINQ Developers.
- 132 total downloads
- Latest version: 2.10.0
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
MoreLinq
by: MoreLINQ Developers.
- 12 total downloads
- Latest version: 2.4.0
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
- 257 total downloads
- Latest version: 2.19.1
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: Oren Novotny
- 120 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
MsgPack.Cli
by: FUJIWARA Yusuke
- 51 total downloads
- Latest version: 1.0.1
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
by: Microsoft
- 39 total downloads
- Latest version: 3.7.3
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.Analyzers
by: Microsoft
- 101 total downloads
- Latest version: 3.9.0-preview.25167.10
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter
by: Microsoft
- 8 total downloads
- Latest version: 3.8.2
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.MVC5
by: Maarten Balliauw Shad Storhaug
- 159 total downloads
- Latest version: 4.6.22
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.
MvcSiteMapProvider.Web
by: Maarten Balliauw Shad Storhaug
- 318 total downloads
- Latest version: 4.6.26
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.
Nancy
by: Andreas Håkansson Steven Robbins and contributors
- 6 total downloads
- Latest version: 1.4.5
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.
ncrontab
by: Atif Aziz
- 17 total downloads
- Latest version: 3.3.0
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NCrontab
by: Atif Aziz
- 12 total downloads
- Latest version: 3.3.3
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
Nerdbank.GitVersioning
by: Andrew Arnott
- 522 total downloads
- Latest version: 3.8.38-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NetLegacySupport.Action
by: Microsoft
- 10 total downloads
- Latest version: 1.1.1
System.Action and System.Func for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NetLegacySupport.ConcurrentDictionary
by: Microsoft
- 9 total downloads
- Latest version: 1.1.1
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NetLegacySupport.Tuple
by: Microsoft
- 4 total downloads
- Latest version: 1.1.1
System.Tuple for .NET Framework 2.0, 3.5. This is a backport from .NET Core.