Pax.Lib
2.0.0.62
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
<PackageReference Include="Pax.Lib" Version="2.0.0.62" />
paket add Pax.Lib --version 2.0.0.62
#r "nuget: Pax.Lib, 2.0.0.62"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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,276 | 7/3/2018 |
2.1.0 | 2,349 | 1/11/2018 |
2.0.0.66 | 2,220 | 6/20/2017 |
2.0.0.64 | 2,541 | 10/21/2016 |
2.0.0.62 | 2,302 | 9/7/2016 |
2.0.0.60 | 2,269 | 8/12/2016 |
2.0.0.58 | 2,272 | 7/7/2016 |
2.0.0.56 | 2,570 | 6/13/2016 |
2.0.0.54 | 2,313 | 4/21/2016 |
2.0.0.52 | 2,306 | 1/18/2016 |
2.0.0.48 | 2,203 | 11/23/2015 |
2.0.0.47 | 2,123 | 11/20/2015 |
2.0.0 | 2,420 | 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