File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,8 @@ dotnet_diagnostic.IDE0063.severity = suggestion
172
172
csharp_using_directive_placement = outside_namespace:warning
173
173
# Modifier preferences
174
174
csharp_prefer_static_local_function = true :warning
175
+ # Primary constructor preferences
176
+ csharp_style_prefer_primary_constructors = false :none
175
177
176
178
# #########################################
177
179
# Unnecessary Code Rules
Original file line number Diff line number Diff line change 19
19
<RepositoryType >git</RepositoryType >
20
20
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
21
21
<PublishRepositoryUrl >true</PublishRepositoryUrl >
22
+ <IsAotCompatible >true</IsAotCompatible >
22
23
</PropertyGroup >
23
24
24
25
<!--
25
26
Define Environmental conditionals. Determined by environmental settings set in build-and-test.yml
26
- These proeprties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
27
+ These properties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
27
28
can correctly detect them.
28
29
-->
29
30
<PropertyGroup >
Original file line number Diff line number Diff line change 11
11
12
12
<!-- Package references and additional files which are consumed by test projects -->
13
13
<ItemGroup Condition =" '$(IsTestProject)' == 'true'" >
14
- <PackageReference Include =" xunit" Version =" 2.6.5 " IsImplicitlyDefined =" true" />
14
+ <PackageReference Include =" xunit" Version =" 2.6.6 " IsImplicitlyDefined =" true" />
15
15
16
16
<PackageReference Include =" coverlet.collector"
17
17
Version =" 6.0.0"
You can’t perform that action at this time.
0 commit comments