8 references to None
dotnet (8)
Commands\Run\FileBasedAppRunPlan.cs (2)
76BuildLevel.None => new RunPlan(RunTier.CachedLaunch, RunDecisionReason.CacheValid, cache), 214return BuildLevel.None;
Commands\Run\RunCommand.cs (2)
199projectFactory = CanUseRunPropertiesForCscBuiltProgram(BuildLevel.None, cache?.PreviousEntry) ? null : projectBuilder.CreateProjectInstance; 475(level == BuildLevel.None && previousCache?.BuildLevel == BuildLevel.Csc);
Commands\Run\RunPlan.cs (1)
27RunTier.CachedLaunch => BuildLevel.None,
Commands\Run\VirtualProjectBuildingCommand.cs (3)
122LastBuild = (BuildLevel.None, Cache: null); 130LastBuild = (BuildLevel.None, Cache: null); 144if (buildLevel is BuildLevel.None)