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
|`Enable`| Activates the rule| bool (`$true`/`$false`)| No (default:`$false`)|`$true`|
75
+
|`TargetProfiles`| The list of PowerShell profiles to target| string[]: absolute paths to profile files or names of profiles in the profile directory| No (default:`@()`)|`@('ubuntu_x64_18.04_6.1.3_x64_4.0.30319.42000_core', 'win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework')`|
76
+
|`ProfileDirPath`| The location to search for profiles by name and use for union profile generation| string: absolute path to new profile dir| No (defaults to`compatibility_profiles` directory in PSScriptAnalyzer module|`C:\Users\me\Documents\pssaCompatProfiles`|
77
+
|`IgnoreTypes`| Full names of types or type accelerators to ignore compatibility of in scripts| string[]: names of types to ignore| No (default:`@()`)|`@('System.Collections.ArrayList','string')`|