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)
988
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));
1001
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));
1018
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithComplexProperty));
1031
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonPropertyName));
1045
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonPropertyName));
1057
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithJsonIgnore));
1070
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithReadOnlyProperty));
1084
marshaller.
ApplyDtoProperties
(source, dto, typeof(TestDto));
1101
marshaller.
ApplyDtoProperties
(source, dto, typeof(DtoWithTimeSpans));