3 references to ToArray
Aspire.Hosting.Azure.Tests (1)
AzureEventHubsExtensionsTests.cs (1)
105
Assert.Equal("hello worlds", Encoding.UTF8.GetString(partitionEvent.Data.EventBody.
ToArray
()));
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (2)
Storage\AzureStorageResponseCache.cs (2)
63
return client.GetFileClient(contentsFilePath).ReadContent().Value.Content.
ToArray
();
91
return content.Value.Content.
ToArray
();