MSTest.TestFramework
by: Microsoft
- 524 total downloads
- Latest version: 3.6.3
MSTest is Microsoft supported Test Framework.
This package includes the libraries for writing tests with MSTest. To ensure discovery and execution of your tests, install the MSTest.TestAdapter package.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
NETStandard.Library
by: Microsoft
- 116 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
- 362 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
MSBuildTasks
by: LoreSoft
- 37 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
- 56 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.
MSTest.TestAdapter
by: Microsoft
- 437 total downloads
- Latest version: 3.7.0
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
nClam
by: rhoffman
- 41 total downloads
- Latest version: 9.0.0
A library to talk to a ClamAV server and perform virus scanning.
Newtonsoft.Json.Bson
by: James Newton-King
- 71 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
MudBlazor
by: Garderoben Henon and Contributors
- 859 total downloads
- Latest version: 8.0.0-preview.7
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
- 110 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
NBuilder
by: Gareth Down and awesome contributors!
- 3 total downloads
- Latest version: 6.0.0
Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are one of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.
MsgPack.Cli
by: FUJIWARA Yusuke
- 171 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.
NCrontab
by: Atif Aziz
- 28 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.
NCrontab.Signed
by: Atif Aziz
- 24 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.NetStandardBridge
by: Andrew Arnott
- 52 total downloads
- Latest version: 1.1.32-alpha
A reference + facade library to bring additional types to .NET Standard.
MSBuild.Sdk.Extras
by: Oren Novotny
- 117 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Nerdbank.GitVersioning
by: Andrew Arnott
- 779 total downloads
- Latest version: 3.7.115
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
- 671 total downloads
- Latest version: 2.11.79
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
MSTest.Analyzers
by: Microsoft
- 16 total downloads
- Latest version: 3.7.0
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.