4 references to StartupHookSupport
Microsoft.DotNet.HotReload.Watch (4)
AppModels\HotReloadAppModel.cs (3)
72
if (!project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.
StartupHookSupport
, defaultValue: true) &&
81
: (PropertyNames.
StartupHookSupport
, false);
83
logger.Log(MessageDescriptor.ProjectDoesNotSupportHotReload_Property, propertyName, propertyValue.ToString(), PropertyNames.
StartupHookSupport
, "True");
Build\BuildNames.cs (1)
26
public const string StartupHookSupport = nameof(
StartupHookSupport
);