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)
207var hostLaunchProfile = _hostProjectOptions.NoLaunchProfile ? null : _hostProjectOptions.LaunchProfileName; 214BuildArguments = _hostProjectOptions.BuildArguments, 220TargetFramework = _hostProjectOptions.TargetFramework,