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