Fix warning "Failed to evaluate bind symbol 'evaluatedLangVersion'" (#415)
This commit is contained in:
Родитель
960584040d
Коммит
b78a69bc77
|
@ -57,6 +57,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
|
|
|
@ -57,6 +57,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
<!--
|
||||
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
|
||||
|
|
|
@ -57,6 +57,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<RootNamespace>Company.TestProject1</RootNamespace>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
<!--
|
||||
Displays error on console in addition to the log file. Note that this feature comes with a performance impact.
|
||||
|
|
|
@ -52,6 +52,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
|
|
|
@ -52,6 +52,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
<IsPackable Condition="'$(EnablePack)' != 'true'">false</IsPackable>
|
||||
<GenerateProgramFile>false</GenerateProgramFile>
|
||||
|
|
|
@ -52,6 +52,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
<IsPackable Condition="'$(EnablePack)' != 'true'">false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -51,6 +51,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
|
|
|
@ -51,6 +51,14 @@
|
|||
"datatype": "bool",
|
||||
"description": "If specified, skips the automatic restore of the project on create.",
|
||||
"defaultValue": "false"
|
||||
},
|
||||
"langVersion": {
|
||||
"type": "parameter",
|
||||
"datatype": "text",
|
||||
"description": "Sets the LangVersion property in the created project file",
|
||||
"defaultValue": "latest",
|
||||
"replaces": "$(ProjectLanguageVersion)",
|
||||
"displayName": "Language version"
|
||||
}
|
||||
},
|
||||
"primaryOutputs": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<TargetFramework Condition="'$(TargetFrameworkOverride)' == ''">net9.0</TargetFramework>
|
||||
<TargetFramework Condition="'$(TargetFrameworkOverride)' != ''">TargetFrameworkOverride</TargetFramework>
|
||||
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.TestProject1</RootNamespace>
|
||||
<LangVersion Condition="'$(langVersion)' != ''">$(ProjectLanguageVersion)</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<IsPackable Condition="'$(EnablePack)' == 'true'">true</IsPackable>
|
||||
|
|
Загрузка…
Ссылка в новой задаче