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