7 references to MatchesAllFragments
aspire (2)
Commands\LogsCommand.cs (1)
489
return SearchTextParser.
MatchesAllFragments
(fragments, (content, prefix, stripped), static (state, fragment) =>
Mcp\Tools\ListConsoleLogsTool.cs (1)
103
SearchTextParser.
MatchesAllFragments
(
Aspire.Cli.Tests (5)
Utils\SearchTextParserTests.cs (5)
330
Assert.True(SearchTextParser.
MatchesAllFragments
([], "anything", static (state, fragment) =>
337
Assert.True(SearchTextParser.
MatchesAllFragments
(["hello"], "hello world", static (state, fragment) =>
344
Assert.True(SearchTextParser.
MatchesAllFragments
(["HELLO"], "hello world", static (state, fragment) =>
351
Assert.False(SearchTextParser.
MatchesAllFragments
(["hello", "missing"], "hello world", static (state, fragment) =>
358
Assert.True(SearchTextParser.
MatchesAllFragments
(["hello", "world"], ("hello", "world"), static (state, fragment) =>