Skip to content

v1.0.51-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@vmelamed vmelamed released this 26 Apr 04:59
· 426 commits to master since this 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 the AsyncCallContext above.
  • Improvements in PerCallContextRepositoryCallHandler: now it works with other LifetimeManager-s.
  • Added DeleteValue to IRepository.

Minor bug fixes and improvements.