ReadOnlyMemory<byte> assertions #5073
Unanswered
rodrigovaras
asked this question in
Q&A
Replies: 2 comments
-
|
I'll create an issue to track this |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@rodrigovaras this should be in the latest version now |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Our API returns back protocol payloads as ReadOnlyMemory, what is the best way to assert it to a set of other bytes[] ?
It seems that this is failing:
await Assert.That(rawPayload).IsEquivalentTo(new byte[]{...});
Beta Was this translation helpful? Give feedback.
All reactions