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

Commit 7abccd8

Browse files
committed
React to Shared NotNull
1 parent 14d1b46 commit 7abccd8

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

src/Microsoft.AspNet.Authentication.Cookies/CookieAuthenticationMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Microsoft.AspNet.Authentication.DataHandler;
77
using Microsoft.AspNet.Builder;
88
using Microsoft.AspNet.DataProtection;
9+
using Microsoft.Framework.Internal;
910
using Microsoft.Framework.Logging;
1011
using Microsoft.Framework.OptionsModel;
1112

src/Microsoft.AspNet.Authentication.Facebook/FacebookAuthenticationMiddleware.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
using System;
55
using System.Globalization;
6-
using Microsoft.AspNet.Builder;
7-
using Microsoft.AspNet.Authentication;
86
using Microsoft.AspNet.Authentication.OAuth;
7+
using Microsoft.AspNet.Builder;
98
using Microsoft.AspNet.DataProtection;
9+
using Microsoft.Framework.Internal;
1010
using Microsoft.Framework.Logging;
1111
using Microsoft.Framework.OptionsModel;
1212

src/Microsoft.AspNet.Authentication.Google/GoogleAuthenticationMiddleware.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33

44
using System;
55
using System.Diagnostics.CodeAnalysis;
6-
using System.Globalization;
7-
using System.Net.Http;
8-
using Microsoft.AspNet.Authentication;
9-
using Microsoft.AspNet.Authentication.DataHandler;
6+
using Microsoft.AspNet.Authentication.OAuth;
107
using Microsoft.AspNet.Builder;
118
using Microsoft.AspNet.DataProtection;
12-
using Microsoft.AspNet.Authentication.OAuth;
9+
using Microsoft.Framework.Internal;
1310
using Microsoft.Framework.Logging;
1411
using Microsoft.Framework.OptionsModel;
1512

src/Microsoft.AspNet.Authentication.MicrosoftAccount/MicrosoftAccountAuthenticationMiddleware.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using System.Globalization;
6-
using Microsoft.AspNet.Authentication;
75
using Microsoft.AspNet.Authentication.OAuth;
86
using Microsoft.AspNet.Builder;
97
using Microsoft.AspNet.DataProtection;
8+
using Microsoft.Framework.Internal;
109
using Microsoft.Framework.Logging;
1110
using Microsoft.Framework.OptionsModel;
1211

src/Microsoft.AspNet.Authentication.OAuth/OAuthAuthenticationMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
using System.Diagnostics.CodeAnalysis;
66
using System.Globalization;
77
using System.Net.Http;
8-
using Microsoft.AspNet.Authentication;
98
using Microsoft.AspNet.Authentication.DataHandler;
109
using Microsoft.AspNet.Builder;
1110
using Microsoft.AspNet.DataProtection;
11+
using Microsoft.Framework.Internal;
1212
using Microsoft.Framework.Logging;
1313
using Microsoft.Framework.OptionsModel;
1414

src/Microsoft.AspNet.Authentication.OAuthBearer/OAuthBearerAuthenticationMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using System.Net.Http;
99
using Microsoft.AspNet.Authentication;
1010
using Microsoft.AspNet.Builder;
11+
using Microsoft.Framework.Internal;
1112
using Microsoft.Framework.Logging;
1213
using Microsoft.Framework.OptionsModel;
1314
using Microsoft.IdentityModel.Protocols;

src/Microsoft.AspNet.Authentication.OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
using Microsoft.AspNet.Builder;
1111
using Microsoft.AspNet.DataProtection;
1212
using Microsoft.AspNet.Http;
13-
using Microsoft.AspNet.Authentication;
1413
using Microsoft.AspNet.Authentication.DataHandler;
1514
using Microsoft.AspNet.Authentication.DataHandler.Encoder;
1615
using Microsoft.AspNet.Authentication.DataHandler.Serializer;
1716
using Microsoft.Framework.Logging;
1817
using Microsoft.Framework.OptionsModel;
1918
using Microsoft.IdentityModel.Protocols;
19+
using Microsoft.Framework.Internal;
2020

2121
namespace Microsoft.AspNet.Authentication.OpenIdConnect
2222
{

src/Microsoft.AspNet.Authentication.Twitter/TwitterAuthenticationMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
using Microsoft.AspNet.Authentication.Twitter.Messages;
1111
using Microsoft.AspNet.Builder;
1212
using Microsoft.AspNet.DataProtection;
13+
using Microsoft.Framework.Internal;
1314
using Microsoft.Framework.Logging;
1415
using Microsoft.Framework.OptionsModel;
1516

0 commit comments

Comments
 (0)