diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index 0270f0e38b..20bdc8af74 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -11,8 +11,8 @@ - - + + diff --git a/dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj b/dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj index 0cd6eeb37d..ec2e0df971 100644 --- a/dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj @@ -1,7 +1,7 @@  - true + false enable true diff --git a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs index 6485eaa85b..cccac81eba 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs +++ b/dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs @@ -483,6 +483,14 @@ public TestBetaService(IAnthropicClient client) public IBetaMessageService Messages => new Mock().Object; + public global::Anthropic.Services.Beta.IAgentService Agents => throw new NotImplementedException(); + + public global::Anthropic.Services.Beta.IEnvironmentService Environments => throw new NotImplementedException(); + + public global::Anthropic.Services.Beta.ISessionService Sessions => throw new NotImplementedException(); + + public global::Anthropic.Services.Beta.IVaultService Vaults => throw new NotImplementedException(); + public IBetaService WithOptions(Func modifier) { throw new NotImplementedException();