This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree 4 files changed +8
-0
lines changed
OpenIdConnect.AzureAdSample 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ public Startup(IHostingEnvironment env)
24
24
if ( env . IsDevelopment ( ) )
25
25
{
26
26
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
27
+ #pragma warning disable CS0618
27
28
builder . AddUserSecrets ( ) ;
29
+ #pragma warning restore CS0618
28
30
}
29
31
30
32
builder . AddEnvironmentVariables ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ public Startup(IHostingEnvironment env)
28
28
if ( env . IsDevelopment ( ) )
29
29
{
30
30
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
31
+ #pragma warning disable CS0618
31
32
builder . AddUserSecrets ( ) ;
33
+ #pragma warning restore CS0618
32
34
}
33
35
34
36
builder . AddEnvironmentVariables ( ) ;
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ public Startup(IHostingEnvironment env)
28
28
if ( env . IsDevelopment ( ) )
29
29
{
30
30
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
31
+ #pragma warning disable CS0618
31
32
builder . AddUserSecrets ( ) ;
33
+ #pragma warning restore CS0618
32
34
}
33
35
34
36
builder . AddEnvironmentVariables ( ) ;
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ public Startup(IHostingEnvironment env)
34
34
if ( env . IsDevelopment ( ) )
35
35
{
36
36
// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709
37
+ #pragma warning disable CS0618
37
38
builder . AddUserSecrets ( ) ;
39
+ #pragma warning restore CS0618
38
40
}
39
41
40
42
builder . AddEnvironmentVariables ( ) ;
You can’t perform that action at this time.
0 commit comments