32 writes to NoRestore
aspire (1)
Commands\RunCommand.cs (1)
331NoRestore = noBuild, // --no-build implies --no-restore
Aspire.Cli.Tests (31)
Projects\DotNetAppHostProjectTests.cs (31)
340NoRestore = false, 372NoRestore = false, 468NoRestore = false, 517NoRestore = false, 576NoRestore = false, 639NoRestore = false, 683NoRestore = false, 729NoRestore = false, 852NoRestore = false, 910NoRestore = false, 964NoRestore = false, 1063NoRestore = false, 1147NoRestore = false, 1203NoRestore = false, 1237NoRestore = false, 1279NoRestore = false, 1320NoRestore = false, 1370NoRestore = false, 1414NoRestore = false, 1468NoRestore = false, 1524NoRestore = false, 1679NoRestore = false, 1734NoRestore = false, 1788NoRestore = false, 1854NoRestore = false, 1915NoRestore = false, 1979NoRestore = false, 2037NoRestore = false, 2103NoRestore = false, 2164NoRestore = false, 2608NoRestore = false,
4 references to NoRestore
aspire (4)
Projects\DotNetAppHostProject.cs (4)
1579using var runDotnetActivity = _profilingTelemetry.StartAppHostRunDotnetLifetime(watch, noBuild, context.NoRestore); 1603context.NoRestore, 1716using var buildActivity = _profilingTelemetry.StartAppHostBuild(context.NoRestore, isExtensionHost, extensionHasBuildCapability); 1724var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostFile, context.NoRestore, buildOptions, context.WorkingDirectory, cancellationToken);