3 references to EnableHotReloadInRuntimeConfigDevFile
Microsoft.DotNet.HotReload.Watch (3)
AppModels\HotReloadAppModel.cs (2)
72
if (!project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.
EnableHotReloadInRuntimeConfigDevFile
, defaultValue: true))
84
PropertyNames.
EnableHotReloadInRuntimeConfigDevFile
,
Build\BuildNames.cs (1)
32
public const string EnableHotReloadInRuntimeConfigDevFile = nameof(
EnableHotReloadInRuntimeConfigDevFile
);