File tree Expand file tree Collapse file tree 3 files changed +15
-54
lines changed
BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config
BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config
BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config Expand file tree Collapse file tree 3 files changed +15
-54
lines changed Original file line number Diff line number Diff line change 90
90
"datatype" : " string" ,
91
91
"cases" : [
92
92
{
93
- "condition" : " (framework == '' && consoleApp == true)" ,
93
+ "condition" : " (consoleApp == true)" ,
94
94
"value" : " net6.0"
95
95
},
96
96
{
97
- "condition" : " (framework == '' && consoleApp == false)" ,
97
+ "condition" : " (consoleApp == false)" ,
98
98
"value" : " netstandard2.0"
99
- },
100
- {
101
- "condition" : " (framework != '')" ,
102
- "value" : " "
103
99
}
104
100
]
105
101
}
106
102
},
107
103
"frameworkValue" : {
108
104
"type" : " generated" ,
109
- "generator" : " join" ,
110
- "description" : " join framework and frameworkDefault" ,
105
+ "generator" : " coalesce" ,
111
106
"parameters" : {
112
- "symbols" : [
113
- {
114
- "type" : " ref" ,
115
- "value" : " framework"
116
- },
117
- {
118
- "type" : " ref" ,
119
- "value" : " frameworkDefault"
120
- }
121
- ]
107
+ "sourceVariableName" : " framework" ,
108
+ "fallbackVariableName" : " frameworkDefault"
122
109
},
123
110
"replaces" : " $(Framework)"
124
111
},
Original file line number Diff line number Diff line change 90
90
"datatype" : " string" ,
91
91
"cases" : [
92
92
{
93
- "condition" : " (framework == '' && consoleApp == true)" ,
93
+ "condition" : " (consoleApp == true)" ,
94
94
"value" : " net6.0"
95
95
},
96
96
{
97
- "condition" : " (framework == '' && consoleApp == false)" ,
97
+ "condition" : " (consoleApp == false)" ,
98
98
"value" : " netstandard2.0"
99
- },
100
- {
101
- "condition" : " (framework != '')" ,
102
- "value" : " "
103
99
}
104
100
]
105
101
}
106
102
},
107
103
"frameworkValue" : {
108
104
"type" : " generated" ,
109
- "generator" : " join" ,
110
- "description" : " join framework and frameworkDefault" ,
105
+ "generator" : " coalesce" ,
111
106
"parameters" : {
112
- "symbols" : [
113
- {
114
- "type" : " ref" ,
115
- "value" : " framework"
116
- },
117
- {
118
- "type" : " ref" ,
119
- "value" : " frameworkDefault"
120
- }
121
- ]
107
+ "sourceVariableName" : " framework" ,
108
+ "fallbackVariableName" : " frameworkDefault"
122
109
},
123
110
"replaces" : " $(Framework)"
124
111
},
Original file line number Diff line number Diff line change 90
90
"datatype" : " string" ,
91
91
"cases" : [
92
92
{
93
- "condition" : " (framework == '' && consoleApp == true)" ,
93
+ "condition" : " (consoleApp == true)" ,
94
94
"value" : " net6.0"
95
95
},
96
96
{
97
- "condition" : " (framework == '' && consoleApp == false)" ,
97
+ "condition" : " (consoleApp == false)" ,
98
98
"value" : " netstandard2.0"
99
- },
100
- {
101
- "condition" : " (framework != '')" ,
102
- "value" : " "
103
99
}
104
100
]
105
101
}
106
102
},
107
103
"frameworkValue" : {
108
104
"type" : " generated" ,
109
- "generator" : " join" ,
110
- "description" : " join framework and frameworkDefault" ,
105
+ "generator" : " coalesce" ,
111
106
"parameters" : {
112
- "symbols" : [
113
- {
114
- "type" : " ref" ,
115
- "value" : " framework"
116
- },
117
- {
118
- "type" : " ref" ,
119
- "value" : " frameworkDefault"
120
- }
121
- ]
107
+ "sourceVariableName" : " framework" ,
108
+ "fallbackVariableName" : " frameworkDefault"
122
109
},
123
110
"replaces" : " $(Framework)"
124
111
},
You can’t perform that action at this time.
0 commit comments