1 write to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
552
var dto = new TestDto {
Name
= "test", Count = 10 };
1 reference to Name
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
544
Assert.Equal("test", dto.
Name
);