File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
test/ZNetCS.AspNetCore.Authentication.BasicTests Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7474 <Rule Id =" SA1124" Action =" None" />
7575 <Rule Id =" SA1127" Action =" None" />
7676 <Rule Id =" SA1128" Action =" None" />
77+ <Rule Id =" SA1413" Action =" None" />
7778 <Rule Id =" SA1615" Action =" None" />
7879 <Rule Id =" SA1616" Action =" None" />
7980 <Rule Id =" SA1649" Action =" None" />
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ public void ConfigureServices(IServiceCollection services)
7373 }
7474
7575 return Task .FromResult (AuthenticateResult .Fail (" Authentication failed." ));
76+ }
7677 };
7778 });
7879}
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ namespace ZNetCS.AspNetCore.Authentication.BasicTests
2121 using Microsoft . Net . Http . Headers ;
2222 using Microsoft . VisualStudio . TestTools . UnitTesting ;
2323
24- using ZNetCS . AspNetCore . Authentication . Basic ;
25-
2624 using NameValueHeaderValue = Microsoft . Net . Http . Headers . NameValueHeaderValue ;
2725
2826 #endregion
You can’t perform that action at this time.
0 commit comments