2 writes to Success
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
285
Success
= false,
319
Success
= result.Success,
10 references to Success
Aspire.Hosting.Tests (10)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (9)
2304
Assert.True(response.
Success
);
2357
Assert.False(response.
Success
);
2415
Assert.True(response.
Success
);
2486
Assert.True(response.
Success
);
2561
Assert.True(response.
Success
, response.Message);
2611
Assert.False(response.
Success
);
2670
Assert.False(response.
Success
);
2698
Assert.False(response.
Success
);
2725
Assert.False(response.
Success
);
WithProcessCommandTests.cs (1)
452
Assert.True(response.
Success
, response.Message);