1 write to Version
aspire (1)
Commands\NewCommand.cs (1)
584
Version
= version,
14 references to Version
aspire (13)
Templating\CliTemplateFactory.EmptyTemplate.cs (4)
72
await WriteCSharpEmptyAppHostAsync(inputs.
Version
, outputPath, projectName, useLocalhostTld, cancellationToken);
76
var aspireVersion = string.IsNullOrWhiteSpace(inputs.
Version
)
78
: inputs.
Version
;
92
SdkVersion: inputs.
Version
,
Templating\CliTemplateFactory.GoStarterTemplate.cs (2)
23
if (string.IsNullOrWhiteSpace(inputs.
Version
))
29
var aspireVersion = inputs.
Version
;
Templating\CliTemplateFactory.JavaStarterTemplate.cs (2)
23
if (string.IsNullOrWhiteSpace(inputs.
Version
))
29
var aspireVersion = inputs.
Version
;
Templating\CliTemplateFactory.PythonStarterTemplate.cs (2)
24
if (string.IsNullOrWhiteSpace(inputs.
Version
))
30
var aspireVersion = inputs.
Version
;
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (2)
24
if (string.IsNullOrWhiteSpace(inputs.
Version
))
30
var aspireVersion = inputs.
Version
;
Templating\DotNetTemplateFactory.cs (1)
466
VersionOverride: inputs.
Version
,
Aspire.Cli.Tests (1)
Commands\NewCommandChannelResolutionTests.cs (1)
579
capturedInputs.Version = inputs.
Version
;