v1.0.51-beta
Pre-release
Pre-release
Added the classes below to deal with the async issues of the CallContext
:
AsyncCallContext
AsyncCallContextBehaviorAttribute
AsyncCallContextMessageInspector
- Moved
PerCallContextLifetimeManager
to vm.Aspects.Wcf and added 'PerAsyncCallContextLifetimeManager' leveraging theAsyncCallContext
above. - Improvements in
PerCallContextRepositoryCallHandler
: now it works with otherLifetimeManager
-s. - Added
DeleteValue
toIRepository
.
Minor bug fixes and improvements.