10 references to ApplyDtoProperties
Aspire.Hosting.RemoteHost (1)
Ats\AtsCallbackProxyFactory.cs (1)
407_marshaller.ApplyDtoProperties(modifiedDto, originalArgs[i]!, argTypes[i]);
Aspire.Hosting.RemoteHost.Tests (9)
AtsMarshallerTests.cs (9)
988marshaller.ApplyDtoProperties(source, dto, typeof(TestDto)); 1001marshaller.ApplyDtoProperties(source, dto, typeof(TestDto)); 1018marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithComplexProperty)); 1031marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonPropertyName)); 1045marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonPropertyName)); 1057marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithJsonIgnore)); 1070marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithReadOnlyProperty)); 1084marshaller.ApplyDtoProperties(source, dto, typeof(TestDto)); 1101marshaller.ApplyDtoProperties(source, dto, typeof(DtoWithTimeSpans));