1 instantiation of DtoWithJsonIgnore
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
782
var dto = new
DtoWithJsonIgnore
{ Name = "original", Secret = "keep-me" };
3 references to DtoWithJsonIgnore
Aspire.Hosting.RemoteHost.Tests (3)
AtsMarshallerTests.cs (3)
28
new AtsDtoTypeInfo { TypeId = "test/DtoWithJsonIgnore", Name = "DtoWithJsonIgnore", ClrType = typeof(
DtoWithJsonIgnore
), Properties = [] },
782
var
dto = new DtoWithJsonIgnore { Name = "original", Secret = "keep-me" };
785
marshaller.ApplyDtoProperties(source, dto, typeof(
DtoWithJsonIgnore
));