Skip to content

Commit

Permalink
Merge pull request #45 from SixLabors/js/rule-ref-updates
Browse files Browse the repository at this point in the history
Rule and reference updates
  • Loading branch information
JimBobSquarePants authored Jan 21, 2024
2 parents d65232b + 6268294 commit 1dbfb57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ dotnet_diagnostic.IDE0063.severity = suggestion
csharp_using_directive_placement = outside_namespace:warning
# Modifier preferences
csharp_prefer_static_local_function = true:warning
# Primary constructor preferences
csharp_style_prefer_primary_constructors = false:none

##########################################
# Unnecessary Code Rules
Expand Down
3 changes: 2 additions & 1 deletion msbuild/props/SixLabors.Src.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

<!--
Define Environmental conditionals. Determined by environmental settings set in build-and-test.yml
These proeprties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
These properties are defined 2X to ensure both MSBuild and Visual Studio (preprocessor directives)
can correctly detect them.
-->
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion msbuild/props/SixLabors.Tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Package references and additional files which are consumed by test projects -->
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="xunit" Version="2.6.5" IsImplicitlyDefined="true" />
<PackageReference Include="xunit" Version="2.6.6" IsImplicitlyDefined="true" />

<PackageReference Include="coverlet.collector"
Version="6.0.0"
Expand Down

0 comments on commit 1dbfb57

Please sign in to comment.