13 references to EscapedContentRoot
IIS.NewHandler.FunctionalTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (13)
154
return $"Application '{
EscapedContentRoot
(deploymentResult)}' started successfully.";
158
return $"Application '{
EscapedContentRoot
(deploymentResult)}' started the coreclr in-process successfully";
171
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' failed to load coreclr. Exception message:\r\n{reason}";
175
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' failed to load clr and managed application. {reason}";
193
return $"Application '{
EscapedContentRoot
(deploymentResult)}' was recycled after detecting file change in application directory.";
203
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' hit unexpected managed exception{reason}";
210
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' has exited from Program.Main with exit code = '{code}'. Please check the stderr logs for more information.";
214
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' hit unexpected managed background thread exit, exit code = '{code}'.";
221
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' has exited from Program.Main with exit code = '{code}'. First 30KB characters of captured stdout and stderr logs:\r\n{output}";
225
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' hit unexpected managed background thread exit, exit code = '{code}'. Last 4KB characters of captured stdout and stderr logs:\r\n{output}";
250
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' failed to start process with " +
256
return $"Application '/LM/W3SVC/1/ROOT' with physical root '{
EscapedContentRoot
(deploymentResult)}' failed to start process with " +
307
$"Could not start stdout file redirection to '{Regex.Escape(file)}' with application base '{
EscapedContentRoot
(deploymentResult)}'.";