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