Pax.Lib
2.0.0.60
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
<PackageReference Include="Pax.Lib" Version="2.0.0.60" />
paket add Pax.Lib --version 2.0.0.60
#r "nuget: Pax.Lib, 2.0.0.60"
// 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 | 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.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