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