1 write to RequestContent
Aspire.Hosting.Foundry.Tests (1)
HostedAgentExtensionTests.cs (1)
812RequestContent = request.Content is not null
1 reference to RequestContent
Aspire.Hosting.Foundry.Tests (1)
HostedAgentExtensionTests.cs (1)
187Assert.Equal("hello from dashboard", JsonNode.Parse(fakeHandler.RequestContent!)?["message"]?.GetValue<string>());