3 references to CalculateFuzzyScore
aspire (2)
Commands\AddCommand.cs (2)
178FriendlyNameScore = StringUtils.CalculateFuzzyScore(integrationName, p.FriendlyName), 179PackageIdScore = StringUtils.CalculateFuzzyScore(integrationName, p.Package.Id)
Aspire.Cli.Tests (1)
Utils\StringUtilsTests.cs (1)
40var score = StringUtils.CalculateFuzzyScore(searchTerm, target);