Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix issue with name clash between .net and health check package, see d…
Browse files Browse the repository at this point in the history
  • Loading branch information
lazcool committed Nov 20, 2023
1 parent 6c4989e commit 2903e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<PropertyGroup>
<NoWarn>S1135</NoWarn>
<NoWarn>S1135;AD0001</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.AzureKeyVault" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>
<PropertyGroup>
<NoWarn>S1135</NoWarn>
<NoWarn>S1135;AD0001</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Areas\SubjectAccessRequest\**" />
Expand Down

0 comments on commit 2903e5c

Please sign in to comment.