-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/optimisations for header value builders (#130)
* Optimised builders for header values; moved some usings out to global usings; BREAKING CHANGE: Removed the ability to remove the "X-Powered-By" header; * Renamed badly named method (UseContentDefaultSecurityPolicy -> UseDefaultContentSecurityPolicy) * Ran solution-wide formatting fix * Updated changelog * Added support for providing code coverage reports on PR builds * Fixed typo in actions file * Removed specific tests file name * Attempt at forcing dotnet test to find the sln * Added Working Directory to test command. * Silly mistake: added the steps which actually pull the code. Remember: each job is a separate container instance * Finalised release action file --------- Co-authored-by: Jamie Taylor <jamie.taylor@rjj-software.co.uk>
- Loading branch information
1 parent
84cb0a6
commit 95e8c36
Showing
63 changed files
with
861 additions
and
691 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
global using OwaspHeaders.Core.Extensions; |
Oops, something went wrong.