We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9a845 commit 3315ac9Copy full SHA for 3315ac9
src/Cli/src/LangChain.Cli.csproj
@@ -5,7 +5,7 @@
5
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
- <NoWarn>$(NoWarn);CA1724</NoWarn>
+ <NoWarn>$(NoWarn);CA1724;CA1303;IL3050;IL2026</NoWarn>
9
</PropertyGroup>
10
11
<PropertyGroup Label="NuGet">
0 commit comments