adding EF analyzers

This commit is contained in:
Andy Pack 2023-05-14 12:22:54 +01:00
parent b181647f91
commit 08f5bc7285
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ pipeline {
}
}
stage('Deploy') {
when { branch 'master' }
steps {
script {
docker.withRegistry('https://git.sarsoo.xyz', 'git-registry-creds') {

View File

@ -25,6 +25,7 @@
<PackageReference Include="SpotifyAPI.Web" Version="7.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.3.0-alpha.21216.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.5" />
</ItemGroup>
<ItemGroup>

View File

@ -27,6 +27,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.5" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="7.0.0" />