7 references to GoVersionDetector
Aspire.Hosting.Go (1)
GoHostingExtensions.cs (1)
175
var goVersion =
GoVersionDetector
.Detect(appDirectory);
Aspire.Hosting.Go.Tests (6)
GoVersionDetectorTests.cs (6)
13
var version =
GoVersionDetector
.Detect(workspace.Path);
24
var version =
GoVersionDetector
.Detect(workspace.Path);
35
var version =
GoVersionDetector
.Detect(workspace.Path);
47
var version =
GoVersionDetector
.Detect(workspace.Path);
60
var version =
GoVersionDetector
.Detect(workspace.Path);
71
var version =
GoVersionDetector
.Detect(workspace.Path);