9 references to ApplyDtoProperties
Aspire.Hosting.RemoteHost (1)
Ats\AtsCallbackProxyFactory.cs (1)
406_marshaller.ApplyDtoProperties(modifiedDto, originalArgs[i]!, argTypes[i]);
Aspire.Hosting.RemoteHost.Tests (8)
AtsMarshallerTests.cs (8)
765marshaller.ApplyDtoProperties(source, dto, typeof(TestDto)); 778marshaller.ApplyDtoProperties(source, dto, typeof(TestDto)); 795marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithComplexProperty)); 808marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonPropertyName)); 822marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonPropertyName)); 834marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonIgnore)); 847marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithReadOnlyProperty)); 861marshaller.ApplyDtoProperties(source, dto, typeof(TestDto));