We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a0995 commit 38b4764Copy full SHA for 38b4764
Tests/Engine/LibraryUsage.tests.ps1
@@ -1,5 +1,11 @@
1
Import-Module PSScriptAnalyzer
2
3
+# test is meant to verify functionality if chsarp apis are used. Hence not if psedition is CoreCLR
4
+if ((Test-PSEditionCoreCLR))
5
+{
6
+ return
7
+}
8
+
9
$directory = Split-Path -Parent $MyInvocation.MyCommand.Path
10
11
# Overwrite Invoke-ScriptAnalyzer with a version that
0 commit comments