-
-
- We explictly stopped profiling on this route:
-
public ActionResult About()
-{
- // prevent this specific route from being profiled
- MiniProfiler.Stop(discardResults: true);
-
- return View();
-}
-
-
\ No newline at end of file
diff --git a/samples/Samples.Mvc5.EFCore/Views/Home/Index.cshtml b/samples/Samples.Mvc5.EFCore/Views/Home/Index.cshtml
deleted file mode 100644
index da011cbad..000000000
--- a/samples/Samples.Mvc5.EFCore/Views/Home/Index.cshtml
+++ /dev/null
@@ -1,82 +0,0 @@
-@using StackExchange.Profiling
-@{
- using (MiniProfiler.Current.Step("Some complex thinking"))
- {
- System.Threading.Thread.Sleep(25);
- }
-}
-@section head
-{
-
-}
-
-
- Some content way down the page - notice how the profiler button is fixed in the upper left corner.
-
\ No newline at end of file
diff --git a/samples/Samples.Mvc5.EFCore/Views/Shared/Error.cshtml b/samples/Samples.Mvc5.EFCore/Views/Shared/Error.cshtml
deleted file mode 100644
index 9d8983aee..000000000
--- a/samples/Samples.Mvc5.EFCore/Views/Shared/Error.cshtml
+++ /dev/null
@@ -1,8 +0,0 @@
-@model System.Web.Mvc.HandleErrorInfo
-@{
- ViewBag.Title = "Error";
-}
-
-