You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rido-min. Thank you for your feedback. Looks like we missed updating the samples README to reference the 5.3.0-beta.4 package. I'll get that patched up.
Following https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/samples/Sample01_HelloWorld.md I found missing instructions:
Expected behavior
I can follow and complete the tutorial
Actual behavior (include Exception or Stack Trace)
The sample code does not compile
I fixed by following the next steps.
dotnet add package Azure.Messaging.EventHubs
dotnet add package System.Memory.Data
to be able to useBinaryData
partitionEvent.Data.EventBody
I update the code from
to:
The text was updated successfully, but these errors were encountered: