5 references to GetProjectBasedIdentifier
dotnet (1)
Commands\Run\RunCommand.cs (1)
826var projectIdentifier = RunTelemetry.GetProjectBasedIdentifier(ProjectFileFullPath, GetRepositoryRoot(), Sha256Hasher.Hash);
dotnet.Tests (4)
CommandTests\Run\RunTelemetryTests.cs (4)
43var hash1 = RunTelemetry.GetProjectBasedIdentifier(path); 44var hash2 = RunTelemetry.GetProjectBasedIdentifier(path); 60var hashWithRepo = RunTelemetry.GetProjectBasedIdentifier(projectPath, repoRoot); 61var hashOfRelative = RunTelemetry.GetProjectBasedIdentifier(expectedRelativePath);