Closed KircMax closed 3 weeks ago
with the adjustment the issuers are loaded:
Attention: Patch coverage is 66.66667%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 55.07%. Comparing base (
b2d715d
) to head (a86af6a
).
Files with missing lines | Patch % | Lines |
---|---|---|
...Core/Security/Certificates/CertificateValidator.cs | 66.66% | 1 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Use AutoAcceptUntrustedCertificates in GetIssuerNoExceptionAsync to always get the issuers when not caring about the trust relation.
Proposed changes
Describe the changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Related Issues
Types of changes
What types of changes does your code introduce? Put an
x
in the boxes that apply. You can also fill these out after creating the PR.Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...