Commit f913924 1 parent 6661f6f commit f913924 Copy full SHA for f913924
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
103
103
# Suggest more modern language features when available
104
104
dotnet_style_object_initializer = true :suggestion
105
105
dotnet_style_collection_initializer = true :suggestion
106
+ # Background Info: https://github.com/dotnet/runtime/pull/100250
107
+ dotnet_style_prefer_collection_expression = when_types_exactly_match
106
108
dotnet_style_coalesce_expression = true :suggestion
107
109
dotnet_style_null_propagation = true :suggestion
108
110
dotnet_style_explicit_tuple_names = true :suggestion
Original file line number Diff line number Diff line change 2
2
# Licensed under the MIT License.
3
3
4
4
param (
5
- # Skips a check that prevents building PowerShell on unsupported Linux distributions
5
+ # Skips a check that prevents building PowerShell on unsupported Linux distributions.
6
6
[parameter (Mandatory = $false )][switch ]$SkipLinuxDistroCheck = $false
7
7
)
8
8
You can’t perform that action at this time.
0 commit comments