Skip to content

Commit 2eb25fe

Browse files
committed
fixed documentation #3
1 parent 7af1390 commit 2eb25fe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CommonRuleSet.ruleset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
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" />

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

test/ZNetCS.AspNetCore.Authentication.BasicTests/AuthorizationTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)