AutoMapper
by: Jimmy Bogard
- 5 total downloads
- Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
Castle.Core
by: Castle Project Contributors
- 26 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 1 total downloads
- Latest version: 1.5.5
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Hyak.Common
by: Microsoft
- 4 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IndexRange
by: Bradley Grainger
- 4 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Libuv
by: Libuv
- 1 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge
by: Atif Aziz
- 1 total downloads
- Latest version: 1.3.0
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
log4net
by: The Apache Software Foundation
- 8 total downloads
- Latest version: 2.0.17
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
ManagedEsent
by: martinc
- 2 total downloads
- Latest version: 1.6.0
ManagedEsent provides managed access to ESENT, the embeddable
database engine native to Windows. ManagedEsent uses the esent.dll that is
part of Microsoft Windows so there are no extra unmanaged binaries to
download and install.
MessagePack
by: neuecc
- 28 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 20 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Owin
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 5.0.10
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b92c9f50f0333ea661785ba849f303cde6a93844
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 12 total downloads
- Latest version: 2.0.0
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Net.Compilers.Toolset
by: Microsoft
- 61 total downloads
- Latest version: 5.0.0-2.final
.NET Compilers Toolset Package.
Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild.
This package is primarily intended as a method for rapidly shipping hotfixes to customers. Using it as a long term solution for providing newer compilers on older MSBuild installations is explicitly not supported. That can and will break on a regular basis.
The supported mechanism for providing new compilers in a build environment is updating to the newer .NET SDK or Visual Studio Build Tools SKU.
This package requires either MSBuild 16.3 and .NET Desktop 4.7.2+ or .NET Core 2.1+
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/1ff281352c76f1a56ae8e49af9c4c4ef0e0f0f42.
Microsoft.Net.Http.Headers
by: Microsoft
- 15 total downloads
- Latest version: 2.0.0
HTTP header parser implementations.
Microsoft.Net.Native.Compiler
by: Microsoft
- 19 total downloads
- Latest version: 2.2.12-rel-33220-00
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.2
Microsoft.Net.Native.SharedLibrary-x64
by: Microsoft
- 6 total downloads
- Latest version: 2.0.3
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.0
Microsoft.Net.Native.SharedLibrary-x86
by: Microsoft
- 7 total downloads
- Latest version: 2.0.3
.Net Native Compilers package. Referencing this package will cause the project to be built using the specific version of the .NET Native compiler contained in the package, as opposed to any system installed version.
Supported Platforms:
- UWP tools 2.0
Microsoft.NET.StringTools
by: Microsoft
- 5 total downloads
- Latest version: 17.4.0
This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning.