3 writes to Rows
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
375
Rows
= terminalAnnotation.Options.Rows
Dcp\ExecutableCreator.cs (1)
310
Rows
= terminalAnnotation.Options.Rows
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
9924
Rows
= 30
3 references to Rows
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
9800
Assert.Equal(30, spec.
Rows
);
9861
Assert.Equal(30, exe.Spec.Terminal.
Rows
);
9905
Assert.Equal(30, container.Spec.Terminal.
Rows
);