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
Copy file name to clipboardExpand all lines: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Collection/CompatibilityProfileCollector.cs
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -42,23 +42,27 @@ public Builder()
42
42
}
43
43
44
44
/// <summary>
45
-
/// Add path prefixes of modules to exclude.
45
+
/// Modules on paths starting with these prefixes will excluded from profile collection.
46
46
/// </summary>
47
-
/// <param name="modulePrefixes">Path prefixes of modules to exclude.</param>
Copy file name to clipboardExpand all lines: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Collection/PlatformInformationCollector.cs
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ public OperatingSystemData GetOperatingSystemData()
Copy file name to clipboardExpand all lines: PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility/Commands/NewPSCompatibilityProfileCommand.cs
0 commit comments