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