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 b1c210c commit 0c1d12fCopy full SHA for 0c1d12f
1 file changed
dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj
@@ -4,6 +4,7 @@
4
<VersionSuffix>preview</VersionSuffix>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<InjectSharedThrow>true</InjectSharedThrow>
7
+ <NoWarn>$(NoWarn);CS8002</NoWarn>
8
</PropertyGroup>
9
10
<Import Project="$(RepoRoot)/dotnet/nuget/nuget-package.props" />
0 commit comments