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
{{ message }}
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
DscResource.AnalyzerRules.psm1 has Byte Order Mark (BOM) and fail tests in repos that has opt-in for module files common test.
Context DscResource.Tests\DscResource.AnalyzerRules\DscResource.AnalyzerRules.psm1
DscResource.Tests\DscResource.AnalyzerRules\DscResource.AnalyzerRules.psm1 contain Byte Order Mark (BOM). Use fixer function 'ConvertTo-ASCII'.
[-] Module file 'DscResource.Tests\DscResource.AnalyzerRules\DscResource.AnalyzerRules.psm1' should not have Byte Order Mark (BOM) 153ms
Expected: {False}
But was: {True}
at <ScriptBlock>, C:\projects\xsqlserver\DscResource.Tests\Meta.Tests.ps1: line 248
248: $moduleFileHasBom | Should Be $false