-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Removing all dependency to Guard.NET. (#465)
* wip * wip logging core * Finish Arcus.WebApi.Logging.Core * Finish Arcus.WebApi.OpenApi.Extensions * remove guard.net * remove guard.net package from logging.core * remove guard.net from webapi.logging * remove guard.net package from webapi.security * wip webapi.security * remove guard.net from source code * remove guard.net from test code * fix compilation error * fix compilation errors * use StartsWith(char) instead of StarsWith(string) * Correct Hosting projects * Fix comments on .Logging * apply comments to Logging.AzureFunctions * Fixed PR comments in Logging.Core * Fix comments on OpenApi.Extensions * Fix comments .Security * Use char check instead of string check for single character * small polish * add whitelines * Revert oneliner * Adapt to PR comments * fix unit tests * Update src/Arcus.WebApi.Logging.Core/Correlation/HttpCorrelationClientOptions.cs Co-authored-by: Stijn Moreels <[email protected]> * Update src/Arcus.WebApi.Logging.Core/Correlation/HttpCorrelationClientOptions.cs Co-authored-by: Stijn Moreels <[email protected]> * Update src/Arcus.WebApi.OpenApi.Extensions/OAuthAuthorizeOperationFilter.cs Co-authored-by: Stijn Moreels <[email protected]> * Update src/Arcus.WebApi.OpenApi.Extensions/SharedAccessKeyAuthenticationOperationFilter.cs Co-authored-by: Stijn Moreels <[email protected]> * Update src/Arcus.WebApi.OpenApi.Extensions/SharedAccessKeyAuthenticationOperationFilter.cs Co-authored-by: Stijn Moreels <[email protected]> --------- Co-authored-by: Joachim Goris <[email protected]> Co-authored-by: Frederik Gheysels <[email protected]> Co-authored-by: Stijn Moreels <[email protected]>
- Loading branch information
1 parent
c8214f0
commit 7062a7b
Showing
77 changed files
with
1,022 additions
and
514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.