Fix ReSharper's "UseStringInterpolation"

pull/9032/head
marodev 5 years ago
parent 46876428f1
commit c240dc53e9

@ -18,10 +18,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo
{
return CalculateContentRootPath(
"Volo.Abp.sln",
string.Format(
"test{0}Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo",
Path.DirectorySeparatorChar
)
$"test{Path.DirectorySeparatorChar}Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo"
);
}

Loading…
Cancel
Save