OrleansContrib / OrleansTestKit

Unit Test Toolkit for Microsoft Orleans
http://dotnet.github.io/orleans
MIT License
78 stars 43 forks source link

pass thru the id, provider, generate a handleid, generate streamidentity #121

Closed amccool closed 2 years ago

amccool commented 2 years ago

This PR provides for retrieving the HandleId, ProviderName, and StreamIdentity when working with streams. re: #116 we have logging routines which captured these values and would fail when testing using OrleansTestKit.

amccool commented 2 years ago

bump