Skip to content

Commit

Permalink
EHD-456: Remove unused Nuget packages: We no longer have any async in…
Browse files Browse the repository at this point in the history
…terface methods, so this analyser is not needed
  • Loading branch information
jamesgriff committed Nov 8, 2024
1 parent 5ca2ed6 commit ba7a01c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions GenderPayGap.Core/GenderPayGap.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605;CS4014;LindhartAnalyserMissingAwaitWarning</WarningsAsErrors>
<WarningsAsErrors>NU1605;CS4014</WarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="1.2.0" />

<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.6" />
Expand Down
4 changes: 1 addition & 3 deletions GenderPayGap.Database/GenderPayGap.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605;CS4014;LindhartAnalyserMissingAwaitWarning;</WarningsAsErrors>
<WarningsAsErrors>NU1605;CS4014</WarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="1.2.0" />

<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.6" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605;CS4014;LindhartAnalyserMissingAwaitWarning;</WarningsAsErrors>
<WarningsAsErrors>NU1605;CS4014</WarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,8 +26,6 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="5.2.0" />

<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="1.2.0" />

<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />

Expand Down
2 changes: 0 additions & 2 deletions GenderPayGap.WebUI/GenderPayGap.WebUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@

<PackageReference Include="Kent.Cryptography.Obfuscation" Version="2.0.0" />

<PackageReference Include="Lindhart.Analyser.MissingAwaitWarning" Version="1.2.0" />

<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.1.6" />

Expand Down

0 comments on commit ba7a01c

Please sign in to comment.