1 write to _hostProjectOptions
dotnet-watch (1)
Aspire\AspireServiceFactory.cs (1)
51
_hostProjectOptions
= hostProjectOptions;
4 references to _hostProjectOptions
dotnet-watch (4)
Aspire\AspireServiceFactory.cs (4)
207
var hostLaunchProfile =
_hostProjectOptions
.NoLaunchProfile ? null :
_hostProjectOptions
.LaunchProfileName;
214
BuildArguments =
_hostProjectOptions
.BuildArguments,
220
TargetFramework =
_hostProjectOptions
.TargetFramework,