Skip to content

Commit

Permalink
fixed documentation #3
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolka committed Jan 2, 2018
1 parent 7af1390 commit 2eb25fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CommonRuleSet.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<Rule Id="SA1124" Action="None" />
<Rule Id="SA1127" Action="None" />
<Rule Id="SA1128" Action="None" />
<Rule Id="SA1413" Action="None" />
<Rule Id="SA1615" Action="None" />
<Rule Id="SA1616" Action="None" />
<Rule Id="SA1649" Action="None" />
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void ConfigureServices(IServiceCollection services)
}

return Task.FromResult(AuthenticateResult.Fail("Authentication failed."));
}
};
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ namespace ZNetCS.AspNetCore.Authentication.BasicTests
using Microsoft.Net.Http.Headers;
using Microsoft.VisualStudio.TestTools.UnitTesting;

using ZNetCS.AspNetCore.Authentication.Basic;

using NameValueHeaderValue = Microsoft.Net.Http.Headers.NameValueHeaderValue;

#endregion
Expand Down

0 comments on commit 2eb25fe

Please sign in to comment.