Skip to content

Commit

Permalink
fix(Diagnostics): Supress diagnostics codes for Semantic Kernel 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed Jan 9, 2024
1 parent 3c76c4c commit 47171f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/Semantic.Core.Tests/Semantic.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<RootNamespace>FrostAura.Libraries.Semantic.Core.Tests</RootNamespace>
<NoWarn>$(NoWarn);SKEXP0001;SKEXP0002;SKEXP0003;SKEXP0011;SKEXP0012;SKEXP0052</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
16 changes: 1 addition & 15 deletions src/Semantic.Core/Semantic.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>FrostAura.Libraries.Semantic.Core</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<NoWarn>SKEXP0001</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NoWarn>SKEXP0003</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NoWarn>SKEXP0011</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NoWarn>SKEXP0012</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NoWarn>SKEXP0052</NoWarn>
<NoWarn>$(NoWarn);SKEXP0001;SKEXP0002;SKEXP0003;SKEXP0011;SKEXP0012;SKEXP0052</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 47171f9

Please sign in to comment.