Pax.Lib 2.0.0.62

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

Requires NuGet 2.0.0.62 or higher.

dotnet add package Pax.Lib --version 2.0.0.62
NuGet\Install-Package Pax.Lib -Version 2.0.0.62
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.62" />
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.62
#r "nuget: Pax.Lib, 2.0.0.62"
#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.62

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

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

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,197 7/3/2018
2.1.0 2,283 1/11/2018
2.0.0.66 2,168 6/20/2017
2.0.0.64 2,449 10/21/2016
2.0.0.62 2,240 9/7/2016
2.0.0.60 2,213 8/12/2016
2.0.0.58 2,221 7/7/2016
2.0.0.56 2,520 6/13/2016
2.0.0.54 2,263 4/21/2016
2.0.0.52 2,249 1/18/2016
2.0.0.48 2,146 11/23/2015
2.0.0.47 2,086 11/20/2015
2.0.0 2,372 11/9/2015

releases 2.0.0.62
Release built on 2016-09-07 10PM
Also allow specifying JWT fallback private keys in appSettings
Add IsAuthenticated to ServerEventClient
Add guard to check if `GetAuthRepository()` returns null
Add fallback for missing IMessageFactory dependency to use IMessageFactory.MessageFactory
UrlEncode name to support mangled Roslyn Scripting Type Names which use '#'
Handle displaying error responses in text/plain metadata types
Call same AuthProvider base constructor without AppSettings to initialize provider
Automatically rewrite to use https links if X-Forwarded-Proto = http
Convert remaining Register/AuthRepo error messages to use static ErrorMessages class
Normalize HasRole/HasPermission checks
Add base.AuthRepository to Service class