Skip to content

Commit 95601c7

Browse files
author
Yang Lyu
committed
Change the namespace to be without "Runtime"
1 parent d26c650 commit 95601c7

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

src/Microsoft.VisualStudio.Web.BrowserLink/BrowserLinkMiddleWare.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using Microsoft.AspNetCore.Http;
77
using Microsoft.AspNetCore.Http.Headers;
88
using Microsoft.AspNetCore.Http.Features;
9-
using Microsoft.VisualStudio.Web.BrowserLink.Runtime;
109

1110
namespace Microsoft.VisualStudio.Web.BrowserLink
1211
{

src/Microsoft.VisualStudio.Web.BrowserLink/Common/ArteryConstants.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System;
2-
31
namespace Microsoft.VisualStudio.Web.BrowserLink
42
{
53
/// <summary>

src/Microsoft.VisualStudio.Web.BrowserLink/SendFilesWrapper.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
4-
using System.Linq;
1+
using System.IO;
52
using System.Threading;
63
using System.Threading.Tasks;
74
using Microsoft.AspNetCore.Http;
85
using Microsoft.AspNetCore.Http.Features;
9-
using Microsoft.Extensions.FileProviders;
106

11-
namespace Microsoft.VisualStudio.Web.BrowserLink.Runtime
7+
namespace Microsoft.VisualStudio.Web.BrowserLink
128
{
139
internal class SendFilesWrapper : IHttpSendFileFeature
1410
{

0 commit comments

Comments
 (0)