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