diff --git a/Engine/Helper.cs b/Engine/Helper.cs
index ae21638e6..1135bf120 100644
--- a/Engine/Helper.cs
+++ b/Engine/Helper.cs
@@ -806,7 +806,7 @@ public IScriptExtent GetScriptExtentForFunctionName(FunctionDefinitionAst functi
///
///
/// True or False
- private bool ContainsExtent(IScriptExtent set, IScriptExtent subset)
+ public static bool ContainsExtent(IScriptExtent set, IScriptExtent subset)
{
if (set == null || subset == null)
{
diff --git a/Engine/Settings/core-6.0.0-alpha-linux.json b/Engine/Settings/core-6.0.0-alpha-linux.json
new file mode 100644
index 000000000..c0443f0ed
--- /dev/null
+++ b/Engine/Settings/core-6.0.0-alpha-linux.json
@@ -0,0 +1,1465 @@
+{
+ "SchemaVersion": "0.0.1",
+ "Modules": [
+ {
+ "Name": "Microsoft.PowerShell.Archive",
+ "Version": "1.0.1.0",
+ "ExportedCommands": [
+ {
+ "Name": "Compress-Archive",
+ "CommandType": "Function",
+ "ParameterSets": "[-Path] [-DestinationPath] [-CompressionLevel ] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Update [-CompressionLevel ] [-WhatIf] [-Confirm] [] [-Path] [-DestinationPath] -Force [-CompressionLevel ] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Update [-CompressionLevel ] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath -Force [-CompressionLevel ] [-WhatIf] [-Confirm] [] [-DestinationPath] -LiteralPath [-CompressionLevel ] [-WhatIf] [-Confirm] []"
+ },
+ {
+ "Name": "Expand-Archive",
+ "CommandType": "Function",
+ "ParameterSets": "[-Path] [[-DestinationPath] ] [-Force] [-WhatIf] [-Confirm] [] [[-DestinationPath] ] -LiteralPath [-Force] [-WhatIf] [-Confirm] []"
+ }
+ ]
+ },
+ {
+ "Name": "Microsoft.PowerShell.Host",
+ "Version": "3.0.0.0",
+ "ExportedCommands": [
+ {
+ "Name": "Start-Transcript",
+ "CommandType": "Cmdlet",
+ "ParameterSets": "[[-Path] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-LiteralPath] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] [] [[-OutputDirectory] ] [-Append] [-Force] [-NoClobber] [-IncludeInvocationHeader] [-WhatIf] [-Confirm] []"
+ },
+ {
+ "Name": "Stop-Transcript",
+ "CommandType": "Cmdlet",
+ "ParameterSets": "[]"
+ }
+ ]
+ },
+ {
+ "Name": "Microsoft.PowerShell.Management",
+ "Version": "3.1.0.0",
+ "ExportedCommands": [
+ {
+ "Name": "Add-Content",
+ "CommandType": "Cmdlet",
+ "ParameterSets": "[-Path] [-Value]