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