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
172172csharp_using_directive_placement = outside_namespace:warning
173173# Modifier preferences
174174csharp_prefer_static_local_function = true :warning
175+ # Primary constructor preferences
176+ csharp_style_prefer_primary_constructors = false :none
175177
176178# #########################################
177179# Unnecessary Code Rules
Original file line number Diff line number Diff line change 1919 <RepositoryType >git</RepositoryType >
2020 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
2121 <PublishRepositoryUrl >true</PublishRepositoryUrl >
22+ <IsAotCompatible >true</IsAotCompatible >
2223 </PropertyGroup >
2324
2425 <!--
2526 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)
2728 can correctly detect them.
2829 -->
2930 <PropertyGroup >
Original file line number Diff line number Diff line change 1111
1212 <!-- Package references and additional files which are consumed by test projects -->
1313 <ItemGroup Condition =" '$(IsTestProject)' == 'true'" >
14- <PackageReference Include =" xunit" Version =" 2.6.5 " IsImplicitlyDefined =" true" />
14+ <PackageReference Include =" xunit" Version =" 2.6.6 " IsImplicitlyDefined =" true" />
1515
1616 <PackageReference Include =" coverlet.collector"
1717 Version =" 6.0.0"
You can’t perform that action at this time.
0 commit comments