Skip to content

Commit

Permalink
Enabled NUnit analyzers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel authored and phmonte committed Feb 19, 2024
1 parent 6edf39c commit cead556
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Buildalyzer.Tests/Buildalyzer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="MsBuildPipeLogger.Logger" Version="1.1.6" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
</ItemGroup>

<ItemGroup Label="Analyzers">
<PackageReference Include="NUnit.Analyzers" Version="*" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Buildalyzer\Buildalyzer.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="MsBuildPipeLogger.Logger" Version="1.1.6" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
</ItemGroup>

<ItemGroup Label="Analyzers">
<PackageReference Include="NUnit.Analyzers" Version="*" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Buildalyzer.Workspaces\Buildalyzer.Workspaces.csproj" />
</ItemGroup>

Expand Down

0 comments on commit cead556

Please sign in to comment.