Mono.Unix
by: Microsoft
- 33 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: Kzu
- 3 total downloads
- Latest version: 3.1.416.3
Moq (pronounced "Mock-you" or just "Mock") is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available
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.
MSBuild.Sdk.Extras
by: Oren Novotny
- 36 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
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.
MsgPack.Cli
by: FUJIWARA Yusuke
- 12 total downloads
- Latest version: 0.5.3
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.
MudBlazor
by: Garderoben Henon and Contributors
- 617 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.
ncrontab
by: Atif Aziz
- 3 total downloads
- Latest version: 1.0.0
NCrontab is crontab for Microsoft .NET Framework 2.0 and above. 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
- 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.
NETStandard.Library
by: Microsoft
- 55 total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 125 total downloads
- Latest version: 10.0.3
Json.NET is a popular high-performance JSON framework for .NET
ngTable
by: Vitalii Savchuk
- 2 total downloads
- Latest version: 0.4.1
Simple table with sorting and filtering on AngularJS
NLog
by: Kim Christensen
- 3 total downloads
- Latest version: 2.1.0
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.
NodaTime
by: Jon Skeet
- 4 total downloads
- Latest version: 1.3.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. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.
Npgsql
by: Jon Asher Brar Piening Chris Morgan Dave Page Federico Di Gregorio Francisco Figueiredo jr. Hiroshi Saito Josh Cooley Jon Hanna
- 3 total downloads
- Latest version: 2.0.11
Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server. It is implemented in 100% C# code. Works with Postgresql 7.x and 8.x.
NPOI
by: NPOI Contributors
- 17 total downloads
- Latest version: 2.5.2
Contact us on telegram: https://t.me/npoidevs
NSwag.ApiDescription.Client
by: Rico Suter
- 10 total downloads
- Latest version: 14.0.3
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.MSBuild
by: Rico Suter
- 11 total downloads
- Latest version: 14.0.3
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Build.Tasks.Pack
by: Microsoft
- 1 total downloads
- Latest version: 5.2.0+f6f9fb481b9fbf14154d484dbf376446c9b0d274
NuGet pack for dotnet CLI.