Skip to content

Commit 1dbfb57

Browse files
Merge pull request #45 from SixLabors/js/rule-ref-updates
Rule and reference updates
2 parents d65232b + 6268294 commit 1dbfb57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ dotnet_diagnostic.IDE0063.severity = suggestion
172172
csharp_using_directive_placement = outside_namespace:warning
173173
# Modifier preferences
174174
csharp_prefer_static_local_function = true:warning
175+
# Primary constructor preferences
176+
csharp_style_prefer_primary_constructors = false:none
175177

176178
##########################################
177179
# Unnecessary Code Rules

msbuild/props/SixLabors.Src.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
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>

msbuild/props/SixLabors.Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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"

0 commit comments

Comments
 (0)