Moq by: Daniel Cazzulino kzu
  • 24 total downloads
  • Latest version: 4.18.2
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/c60833da6
morelinq by: MoreLINQ Developers.
  • 24 total downloads
  • Latest version: 3.3.2
  • linq extensions
This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, MaxBy, Memoize (EXPERIMENTAL), MinBy, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest
MSTest.TestFramework by: Microsoft
  • 53 total downloads
  • Latest version: 2.0.0
  • MSTest TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
This is MSTest V2, the evolution of Microsoft's Test Framework. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+) - ASP.NET Core 1.0+ To discover and execute tests install MSTest.TestAdapter. To discover and execute tests for project.json based projects install dotnet-test-mstest.
MvvmCross.Plugin.Color by: .NET Foundation and Contributors
  • 10 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Color' plugin for MvvmCross
MvvmCross.Plugin.Messenger by: .NET Foundation and Contributors
  • 11 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Messenger' plugin for MvvmCross
MvvmCross.Plugin.Visibility by: .NET Foundation and Contributors
  • 10 total downloads
  • Latest version: 8.0.2
  • mvvm mvvmcross xamarin android ios mac forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms xamarin.mac wpf net net45 uwp tizen
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac. This package contains the 'Visibility' plugin for MvvmCross
MySqlConnector by: Bradley Grainger
  • 39 total downloads
  • Latest version: 2.3.1
  • mysql mysqlconnector async ado.net database netcore
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
NETStandard.Library by: Microsoft
  • 75 total downloads
  • Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 256 total downloads
  • Latest version: 13.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET
NPOI by: NPOI Contributors
  • 12 total downloads
  • Latest version: 2.5.6
  • xlsx xls Excel Word docx office ole
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
NuGet.Frameworks by: Microsoft
  • 71 total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's understanding of target frameworks.
NuGet.ProjectModel by: Microsoft
  • 26 total downloads
  • Latest version: 6.6.1
  • nuget
NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.
NuGet.Protocol by: Microsoft
  • 10 total downloads
  • Latest version: 6.6.1
  • nuget protocol
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
NUnit by: Charlie Poole Rob Prouse
  • 213 total downloads
  • Latest version: 4.0.0
  • 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+
NUnit.Analyzers by: NUnit
  • 130 total downloads
  • Latest version: 3.9.0
  • nunit analyzers roslyn-analyzers
This package includes analyzers and code fixes for test projects using NUnit 3. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. Version 3.0 and upwards works in Visual Studio 2019 and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0.
Plugin.FirebasePushNotification by: Rendy Del Rosario
  • 20 total downloads
  • Latest version: 3.4.35
  • iOS Android firebase push notifications cloud messaging xamarin plugins
Receive and handle firebase push notifications across Xamarin.iOS and Xamarin.Android
Plugin.Permissions by: James Montemagno
  • 34 total downloads
  • Latest version: 6.0.1
  • permissions plugin permissions permission plugin xamarin pcl xam.pcl plugin plugin for xamarin windows phone winphone wp8 winrt android xamarin.forms ios
Check to see if your users have granted or denied permissions for common permission groups on iOS and Android. Additionally, you can request permissions with a simple cross-platform async/awaitified API.
Portable.BouncyCastle by: Claire Novotny
  • 39 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
PortableWebDavLibrary by: DecaTec
  • 15 total downloads
  • Latest version: 1.1.6
  • WebDAV portable NETStandard NETCore UWP dotnet portable-webdav-library Xamarin Mono multiplatform
The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.
Prism.Core by: Brian Lagunas Dan Siegel
  • 19 total downloads
  • Latest version: 7.2.0.1422
  • prism wpf xamarin mvvm uwp uap xaml
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.