2 writes to Message
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
286
Message
= argumentErrorMessage,
324
Message
= resolvedMessage,
7 references to Message
Aspire.Hosting.Tests (7)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (5)
2359
Assert.Equal("Unknown argument 'selecter' for command 'click'.", response.
Message
);
2561
Assert.True(response.Success, response.
Message
);
2613
Assert.Equal("Command 'click' accepts 1 argument(s), but 2 were provided.", response.
Message
);
2699
Assert.Equal("Resource 'missing-resource' not found.", response.
Message
);
2726
Assert.Equal("Command 'missing-command' not available for resource 'myresource'.", response.
Message
);
WithProcessCommandTests.cs (2)
452
Assert.True(response.Success, response.
Message
);
453
Assert.Equal("received argument", response.
Message
);