We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fails on the common test, due to that the test framework does not support composite resource at the moment.
Context DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1 There are parse errors in C:\projects\xchrome\DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1: Extent : Import-DscResource -ModuleName xPSDesiredStateConfiguration ErrorId : ModuleNotFoundDuringParse Message : Could not find the module 'xPSDesiredStateConfiguration'. IncompleteInput : False Extent : xRemoteFile ErrorId : ResourceNotDefined Message : Undefined DSC resource 'xRemoteFile'. Use Import-DSCResource to import the resource. IncompleteInput : False [-] Module file 'DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1' should not contain parse errors 95ms Expected $false, but got $true. 248: $containsParseErrors | Should -Be $false at <ScriptBlock>, C:\projects\xchrome\DscResource.Tests\Meta.Tests.ps1: line 248 Describing Common Tests - Validate Module Files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fails on the common test, due to that the test framework does not support composite resource at the moment.
The text was updated successfully, but these errors were encountered: