internal Message<T> DTO #269
tomliversidge
started this conversation in
General
Replies: 1 comment
-
Hi, @tomliversidge ! The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've just started working with the library - thanks for this!
One question I had was regarding the internal nature of
Message<T>
- I have code that is consuming a message, which I then want to pass into my own classes and methods, but the fact that it is internal is preventing me being able to create these messages in unit tests (i'm using C# if that makes any difference)Does anyone face a similar issue?
Is there any way to create a new
Message<T>
outside of the library itself?Beta Was this translation helpful? Give feedback.
All reactions