// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("AzureMcp.Core.UnitTests")]
[assembly: InternalsVisibleTo("AzureMcp.Core.LiveTests")]
[assembly: InternalsVisibleTo("AzureMcp.Tests")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]