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)
765
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));
778
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));
795
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithComplexProperty));
808
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonPropertyName));
822
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonPropertyName));
834
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonIgnore));
847
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithReadOnlyProperty));
861
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));