4 references to IsHexDigit
aspire (3)
Acquisition\IdentityResolver.cs (1)
278if (!Uri.IsHexDigit(c))
Agents\AspireSkills\AspireSkillsInstaller.cs (2)
409return sha256.Length == 64 && sha256.All(Uri.IsHexDigit) 422return sha512.Length == 128 && sha512.All(Uri.IsHexDigit)
Aspire.Hosting.Dotnet (1)
DotnetProjectBuildArtifactManager.cs (1)
461hash.Length == 12 && hash.All(Uri.IsHexDigit);