-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use ActorCustomContract with Collection #1
Comments
@jefersonmanjos Could you please share the code which you have written using the example? |
Hey @amanbha, yes I can share. This is the project I'm using to test. |
Hey @amanbha did you have time to look at the code? Thanks |
@jefersonmanjos , sorry I'd didn't get time to look at your code yet, will try to look at it. |
@amanbha, no problem. Thanks for your help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @amanbha I'm trying to use you example with collection without success. This is my DataContract.
public interface IActor2 : IActor { Task<List<IProfile>> SetProfile(IProfile profile); }
The only way that is work, it's if I use CollectionDataContract like this:
And then:
Do you have a better way to do this?
Thanks man!
The text was updated successfully, but these errors were encountered: