Open cmielke opened 3 years ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 84%. Comparing base (
e77b3da
) to head (73826cd
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...s/CertificateDsc.Common/CertificateDsc.Common.psm1 | 0% | 1 Missing :warning: |
Does anyone know what needs to be changed with the PR to get it merged? I'm running into this issue (#258) so it would be nice go get it merged
Hi @cmielke - any chance you could rebase this against main? There have been a few fixes/changes to the pipeline. This should fix the build process so that all the tests pass. Thank you!
I have rebased against main. Hopefully that will work.
Pull Request (PR) description
Add an empty string to the X509Certificate2.Import to prevent the MethodCountCouldNotFindBest exception when using a null password to import the PFX certificate.
This Pull Request (PR) fixes the following issues
Task list
This change is