Pax.Lib 2.0.0.60

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.0.0.60 or higher.

dotnet add package Pax.Lib --version 2.0.0.60
NuGet\Install-Package Pax.Lib -Version 2.0.0.60
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pax.Lib" Version="2.0.0.60" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pax.Lib --version 2.0.0.60
#r "nuget: Pax.Lib, 2.0.0.60"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pax.Lib as a Cake Addin
#addin nuget:?package=Pax.Lib&version=2.0.0.60

// Install Pax.Lib as a Cake Tool
#tool nuget:?package=Pax.Lib&version=2.0.0.60

Common Lib
Contain Operate Class
Test,Http,Net,Serialization,DtoMapper,Mq,SharpCfg
Base By SS 4.0.60

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Pax.Lib:

Package Downloads
Pax.Db

Simple Db Orm Support Mssql,Mysql,SqlLite,PostgreSQL,LocalDb

Pax.Redis

C#/.NET Client for Redis support twemproxy,codis,sentinel,pika,corvus can support cluster(but not recommend)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 2,141 7/3/2018
2.1.0 2,228 1/11/2018
2.0.0.66 2,129 6/20/2017
2.0.0.64 2,396 10/21/2016
2.0.0.62 2,182 9/7/2016
2.0.0.60 2,159 8/12/2016
2.0.0.58 2,196 7/7/2016
2.0.0.56 2,456 6/13/2016
2.0.0.54 2,215 4/21/2016
2.0.0.52 2,191 1/18/2016
2.0.0.48 2,121 11/23/2015
2.0.0.47 2,029 11/20/2015
2.0.0 2,317 11/9/2015

releases 2.0.0.60
Release built on 2016-08-12 16PM
Add HasCircularReferences / ToSafePartialObjectDictionary / ToSafeJson / ToSafeJsv to guard against circular refs
Add PATCH APIs to HTTP Utils
Add ObjectUtils.HasCircularReferences() API
Add IsAuthenticated flag to active sub info
Add SetBearerTokenOnAuthenticateResponse option on JwtAuthProvider
Fix InMemoryVirtualDirectory GetDirectory() to return null when dir doesn't exist
Add CustomRequestFilter and CustomResponseFilter
Add AddNamespaces option in C#/F#/VB.NET code-gen + MakeInternal in C#
Implemented named registration for various IoC container overloads
Do not cache error responses
Replace MemoryCacheClient counter and use memory cache instead
Update cacheEntry directly
don't emit Service Model namespaces when !ExcludeNamespace
Add option to remove ExcludeNamespace from C# Add SS Ref so can be used in Gistlyn
Change Encrypt3DES_Server method to PaddingMode.Zeros
don't emit Service Model namespaces when !ExcludeNamespace
Capture IRequest in ServiceGatewayFactoryBase
Add multiple fallback AuthKey and PublicKey support to JWT
Include full Env.ServerUserAgent in debuginfo
Allow EncryptPayload to be specified in AppSettings
Only override JWT keys when entry exists in appSettings
Allow case-insensitive literals after variable in route
Change Gateway Request/Response Filters to use a List an add it to IAppHost
Add support for writing dictionaries in custom complex type strategy