From 8dc2be3279219a5a92bf88a9b6d7705780cf63b3 Mon Sep 17 00:00:00 2001 From: Upendra Singh Date: Thu, 16 Apr 2015 15:20:54 -0700 Subject: [PATCH] Remove internal links from Readme.md --- Readme.md | 9 ++------- .../ApplicationInsightsExceptionMiddleware.cs | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 8448a42..80326d5 100644 --- a/Readme.md +++ b/Readme.md @@ -82,12 +82,7 @@ Developing ---------- 1. Repository (private now): https://github.com/microsoft/AppInsights-aspnetv5 2. Asp.Net information: https://github.com/aspnet/home -3. VS 2015 RC installation: - - Run Preinstall.cmd, if not already run earlier - \\vspreinstall\preinstall\preinstall.cmd (from admin command prompt) - - Install VS from \\cpvsbuild\Drops\dev14\D14Rel\layouts\x86ret\\enu\vs\enterprise\dvd where is picked based on http://ddweb/RIFIDashboardService/Integration/BranchHistory?BranchPath=$/devdiv/Rel/D14Rel/&pioneer=False (currently, using 22808.1) - - Please delete packages under \users\\.dnx folder. This step will make sure that latest packages are being used - - Update with latest WTE build \\vwdbuild01\drops\WTE\Dev14-RC2.Nightly\Dev14\Latest-Successful\Release\Signed\MSI\InstallWTE.cmd (from admin command prompt) +3. Install VS 2015 RC. Running and writing tests @@ -125,7 +120,7 @@ Add this initialization logic to Startup.cs: services.AddFunctionalTestTelemetryChannel(); ``` -*Running Test* +*Running Tests* Open a developer command prompt, navigate to project folder and run: ``` dnx . test diff --git a/src/Microsoft.ApplicationInsights.AspNet/ApplicationInsightsExceptionMiddleware.cs b/src/Microsoft.ApplicationInsights.AspNet/ApplicationInsightsExceptionMiddleware.cs index 426e999..87b23d2 100644 --- a/src/Microsoft.ApplicationInsights.AspNet/ApplicationInsightsExceptionMiddleware.cs +++ b/src/Microsoft.ApplicationInsights.AspNet/ApplicationInsightsExceptionMiddleware.cs @@ -1,4 +1,4 @@ -namespace Microsoft.ApplicationInsights.AspNet +namespace Microsoft.ApplicationInsights.AspNet { using Microsoft.AspNet.Builder; using Microsoft.AspNet.Http;