MSTest.TestFramework
by: Microsoft
- 161 total downloads
- Latest version: 2.2.10
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+) (Visual Studio 2017)
- .NET 5.0 (Visual Studio 2019)
- .NET 5.0 Windows.18362+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+ (Visual Studio 2017)
To discover and execute tests install MSTest.TestAdapter.
NETStandard.Library
by: Microsoft
- 84 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
- 272 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
MSBuildTasks
by: LoreSoft
- 4 total downloads
- Latest version: 1.5.0.235
The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.
MSBuild.ILMerge.Task
by: Alexander Nosenko
- 38 total downloads
- Latest version: 2.0.0-pre501
MSBuild ILMerge task allows you to use the famous ILMerge utility (ILMerge nuget package, see http://research.microsoft.com/en-us/people/mbarnett/ILMerge.aspx) in automated builds and/or Visual Studio 2019 projects.
It is similar to the ILMerge.MSBuild.Tasks nuget package, originally published by neoeinstein@gmail.com (that seems to be abandoned) with the following additional features:
- version 2.0 is able to merge packages referenced from SDK-style projects;
- It supports all the latest ILMerge options;
- ILMerge.exe is discovered as package dependency;
- The .targets file overrides the CopyFilesToOutputDirectory build target, leaving the AfterBuild target free for further customization;
- It attempts to guess the reasonable merge order for the included assemblies and lets you to fine-tune it with a configuration file.
ILMerge.exe is not included into this package because its license prohibits redistribution. Referencing it as package dependency and loading it from its package location ensures that the latest ILMerge version is always used.
NB: to use non-default configuration, copy ILMerge.props from package content folder to your project and add <Import Project="ILMerge.props" /> to the .csproj file.
Newtonsoft.Json.Bson
by: James Newton-King
- 51 total downloads
- Latest version: 1.0.3-beta1
Json.NET BSON adds support for reading and writing BSON
NodaTime
by: Jon Skeet
- 9 total downloads
- Latest version: 2.4.3
Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types built into the .NET framework.
MudBlazor
by: Garderoben Henon and Contributors
- 623 total downloads
- Latest version: 7.8.0
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
MudBlazor.ThemeManager
by: Garderoben Henon and Contributors
- 64 total downloads
- Latest version: 2.1.0
ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes.
ngTable
by: Vitalii Savchuk
- 2 total downloads
- Latest version: 0.4.1
Simple table with sorting and filtering on AngularJS
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 128 total downloads
- Latest version: 5.3.4
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 5, 6, 7 and 8
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
MsgPack.Cli
by: FUJIWARA Yusuke
- 80 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.TestAdapter
by: Microsoft
- 37 total downloads
- Latest version: 1.1.14
The adapter to discover and execute MSTest Framework based tests.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- ASP.NET Core 1.0+ (Visual Studio 2017)
Npgsql
by: Shay Rojansky Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 28 total downloads
- Latest version: 3.2.7
Npgsql is the open source .NET data provider for PostgreSQL.
NCrontab
by: Atif Aziz
- 15 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.
Npgsql.EntityFrameworkCore.PostgreSQL
by: Shay Rojansky
- 20 total downloads
- Latest version: 1.1.1
PostgreSQL/Npgsql provider for Entity Framework Core.
NCrontab.Signed
by: Atif Aziz
- 13 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.
MSBuild.Sdk.Extras
by: Oren Novotny
- 38 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Nerdbank.GitVersioning
by: Andrew Arnott
- 375 total downloads
- Latest version: 3.7.77-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 6 total downloads
- Latest version: 2.0.20-beta
Streams for full duplex in-proc communication, wrap a WebSocket, etc.