1 instantiation of TestDto
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
552var dto = new TestDto { Name = "test", Count = 10 };
5 references to TestDto
Aspire.Hosting.RemoteHost.Tests (5)
AtsMarshallerTests.cs (5)
19DtoTypes = [new AtsDtoTypeInfo { TypeId = "test/TestDto", Name = "TestDto", ClrType = typeof(TestDto), Properties = [] }], 540var result = marshaller.UnmarshalFromJson(json, typeof(TestDto), context); 543var dto = Assert.IsType<TestDto>(result); 552var dto = new TestDto { Name = "test", Count = 10 };