Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit e8d3fbf

Browse files
author
Praburaj
committed
Using [NotNull] from common repo package
1 parent f3df66c commit e8d3fbf

12 files changed

+11
-14
lines changed

src/Microsoft.AspNet.StaticFiles/DefaultFilesExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using Microsoft.AspNet.Http;
55
using Microsoft.AspNet.StaticFiles;
6+
using Microsoft.Framework.Internal;
67

78
namespace Microsoft.AspNet.Builder
89
{

src/Microsoft.AspNet.StaticFiles/DefaultFilesMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Microsoft.AspNet.Builder;
66
using Microsoft.AspNet.Hosting;
77
using Microsoft.AspNet.Http;
8+
using Microsoft.Framework.Internal;
89
using Microsoft.Net.Http.Headers;
910

1011
namespace Microsoft.AspNet.StaticFiles

src/Microsoft.AspNet.StaticFiles/DirectoryBrowserExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using Microsoft.AspNet.Http;
55
using Microsoft.AspNet.StaticFiles;
6+
using Microsoft.Framework.Internal;
67

78
namespace Microsoft.AspNet.Builder
89
{

src/Microsoft.AspNet.StaticFiles/DirectoryBrowserMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using Microsoft.AspNet.FileProviders;
88
using Microsoft.AspNet.Hosting;
99
using Microsoft.AspNet.Http;
10+
using Microsoft.Framework.Internal;
1011
using Microsoft.Net.Http.Headers;
1112

1213
namespace Microsoft.AspNet.StaticFiles

src/Microsoft.AspNet.StaticFiles/DirectoryBrowserServiceExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Microsoft.AspNet.StaticFiles;
54
using Microsoft.Framework.ConfigurationModel;
5+
using Microsoft.Framework.Internal;
66

77
namespace Microsoft.Framework.DependencyInjection
88
{

src/Microsoft.AspNet.StaticFiles/FileServerExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using Microsoft.AspNet.Http;
66
using Microsoft.AspNet.StaticFiles;
7+
using Microsoft.Framework.Internal;
78

89
namespace Microsoft.AspNet.Builder
910
{

src/Microsoft.AspNet.StaticFiles/NotNullAttribute.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/Microsoft.AspNet.StaticFiles/SendFileExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using Microsoft.AspNet.Builder;
7+
using Microsoft.Framework.Internal;
78

89
namespace Microsoft.AspNet.StaticFiles
910
{

src/Microsoft.AspNet.StaticFiles/SendFileMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Threading.Tasks;
88
using Microsoft.AspNet.Builder;
99
using Microsoft.AspNet.Http;
10+
using Microsoft.Framework.Internal;
1011
using Microsoft.Framework.Logging;
1112

1213
namespace Microsoft.AspNet.StaticFiles

src/Microsoft.AspNet.StaticFiles/StaticFileExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using Microsoft.AspNet.Http;
55
using Microsoft.AspNet.StaticFiles;
6+
using Microsoft.Framework.Internal;
67

78
namespace Microsoft.AspNet.Builder
89
{

0 commit comments

Comments
 (0)