-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release of version 2.6.0.0 of xWebAdministration #421
Conversation
Website binding certificate subject compare fails with multiple entries
@tysonjhayes @regedit32 @gaelcolas Release of this module is blocked by failing tests. Looks like PSSA errors. Let me know when it's fixed and then release can move forward. |
@kwirkykat There is a reported bug in PSScriptAnalyzer for that PowerShell/PSScriptAnalyzer#1192. Once that is merged and a new release of PSScriptAnalyzer is made we can move forward with this. If we want to release this prior we should change the test framework to use an older version of PSScriptAnalyzer. |
There is a workaround : move the super class to the top of the schema file. PSSA is only checking the first class in the schema. |
I'll take this for action and apply the PSSA rule suppression until the fix to PSScriptAnalyzer is released |
Codecov Report
@@ Coverage Diff @@
## master #421 +/- ##
=======================================
Coverage 90.77% 90.77%
=======================================
Files 17 17
Lines 2438 2438
=======================================
Hits 2213 2213
Misses 225 225
Continue to review full report at Codecov.
|
fix merged to dev branch |
Releasing version 2.6.0.0
This change is