Skip to content

Commit

Permalink
Add FilterUrl to IHtmlSanitizer (fixes #565)
Browse files Browse the repository at this point in the history
Use file scoped namespace
Implement VS suggestions
Bump version to 9.0
  • Loading branch information
mganss committed Jan 28, 2025
1 parent 1c05d6c commit d8dcf0b
Show file tree
Hide file tree
Showing 12 changed files with 1,718 additions and 1,729 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 8.1.{build}
version: 9.0.{build}
skip_tags: true
image: Visual Studio 2022
environment:
Expand All @@ -19,7 +19,7 @@ test_script:
dotnet sonarscanner begin /k:"mganss_HtmlSanitizer" /v:$env:APPVEYOR_BUILD_VERSION /o:"mganss-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$env:sonar_token" /d:sonar.cs.opencover.reportsPaths="$($env:APPVEYOR_BUILD_FOLDER)\coverage.xml" /d:sonar.coverage.exclusions="**/Program.cs"
dotnet build
}
- dotnet test /p:CollectCoverage=true test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj -f net6.0
- dotnet test /p:CollectCoverage=true test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj -f net8.0
- ps: cp coverage.*.xml ./coverage.xml
- ps: |
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down
Loading

0 comments on commit d8dcf0b

Please sign in to comment.