2 instantiations of DtoWithTimeSpans
Aspire.Hosting.RemoteHost.Tests (2)
11 references to DtoWithTimeSpans
Aspire.Hosting.RemoteHost.Tests (11)
AtsMarshallerTests.cs (11)
33new AtsDtoTypeInfo { TypeId = "test/DtoWithTimeSpans", Name = "DtoWithTimeSpans", ClrType = typeof(DtoWithTimeSpans), Properties = [] },
791var result = marshaller.UnmarshalFromJson(json, typeof(DtoWithTimeSpans), context);
793var dto = Assert.IsType<DtoWithTimeSpans>(result);
809var result = marshaller.UnmarshalFromJson(json, typeof(DtoWithTimeSpans), context);
811var dto = Assert.IsType<DtoWithTimeSpans>(result);
820var dto = new DtoWithTimeSpans
841() => marshaller.UnmarshalFromJson(json, typeof(DtoWithTimeSpans), context));
1094var dto = new DtoWithTimeSpans();
1101marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithTimeSpans));