4 references to StringUtils
aspire (2)
Commands\AddCommand.cs (2)
182FriendlyNameScore = StringUtils.CalculateFuzzyScore(integrationName, p.FriendlyName), 183PackageIdScore = 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);