4 references to DtoWithInitListProperties
Aspire.Hosting.RemoteHost.Tests (4)
AtsMarshallerTests.cs (4)
32
new AtsDtoTypeInfo { TypeId = "test/DtoWithInitListProperties", Name = "DtoWithInitListProperties", ClrType = typeof(
DtoWithInitListProperties
), Properties = [] },
756
var result = marshaller.UnmarshalFromJson(json, typeof(
DtoWithInitListProperties
), context);
758
var
dto = Assert.IsType<
DtoWithInitListProperties
>(result);