refs or cleanup
This commit is contained in:
Родитель
8e3442c49a
Коммит
f2c21528bc
|
@ -232,11 +232,11 @@ dotnet_style_predefined_type_for_locals_parameters_members = true:error
|
|||
dotnet_style_predefined_type_for_member_access = true:error
|
||||
|
||||
# Suggest more modern language features when available
|
||||
dotnet_style_object_initializer = true:suggestion
|
||||
dotnet_style_collection_initializer = true:suggestion
|
||||
dotnet_style_coalesce_expression = false:suggestion
|
||||
dotnet_style_null_propagation = true:suggestion
|
||||
dotnet_style_explicit_tuple_names = true:suggestion
|
||||
dotnet_style_object_initializer = true:error
|
||||
dotnet_style_collection_initializer = true:error
|
||||
dotnet_style_coalesce_expression = false:error
|
||||
dotnet_style_null_propagation = true:error
|
||||
dotnet_style_explicit_tuple_names = true:error
|
||||
|
||||
# Prefer "var" everywhere
|
||||
csharp_style_var_for_built_in_types = true:error
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net48;net6.0</TargetFrameworks>
|
||||
<TargetFrameworks>net48;net6.0;net7.0;net8.0</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Polyfill" PrivateAssets="all" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче