You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file MSFT_xADCommon.ps1 is not a module files, instead it's dot sourced by MSFT_xADCommon.psm1, Because it's dot source it's not covered by the code coverage. We should change this so that MSFT_xADCommon.ps1 is renamed to MSFT_xADCommon.psm1 and the old MSFT_xADCommon.psm1 is removed.
The text was updated successfully, but these errors were encountered:
johlju
changed the title
MSFT_xADCommon.ps1 should be made a module script file (.,psm1)
MSFT_xADCommon.ps1 should be made a module script file (.psm1)
Jun 9, 2018
#202)
- The helper function script file MSFT_xADCommon.ps1 was renamed to MSFT_xADCommon.psm1
to be a module script file instead. This makes it possible to report code coverage for the helper
functions (issue #201).
dsccommunity#202)
- The helper function script file MSFT_xADCommon.ps1 was renamed to MSFT_xADCommon.psm1
to be a module script file instead. This makes it possible to report code coverage for the helper
functions (issue dsccommunity#201).
The file MSFT_xADCommon.ps1 is not a module files, instead it's dot sourced by MSFT_xADCommon.psm1, Because it's dot source it's not covered by the code coverage. We should change this so that MSFT_xADCommon.ps1 is renamed to MSFT_xADCommon.psm1 and the old MSFT_xADCommon.psm1 is removed.
The text was updated successfully, but these errors were encountered: