5 references to StartupHookSupport
Microsoft.DotNet.HotReload.Watch (5)
AppModels\HotReloadAppModel.cs (4)
81
metadataUpdaterSupported ? PropertyNames.
StartupHookSupport
: PropertyNames.MetadataUpdaterSupport,
101
: (PropertyNames.
StartupHookSupport
, false);
103
logger.Log(MessageDescriptor.ProjectDoesNotSupportHotReload_Property, propertyName, propertyValue.ToString(), PropertyNames.
StartupHookSupport
, "True");
127
=> project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.
StartupHookSupport
, defaultValue: true) ||
Build\BuildNames.cs (1)
26
public const string StartupHookSupport = nameof(
StartupHookSupport
);