You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interface is being used by unit tests in Microsoft.Azure.Extensions.Telemetry.Test. To facilitate that Microsoft.Extensions.Telemetry declares IVT to Microsoft.Azure.Extensions.Telemetry.Tests. This is... bad.
This IVT causes compiler errors in Azure/dotnet-extensions-experimental repo when an attempt to build it without signing:
D:\Development\azure-dotnet-extensions-experimental\tests\Microsoft.Azure.Extensions.Telemetry.Tests\AzureMetadataTests.cs(16,22): error CS0281: Friend access was granted by 'Microsoft.Extensions.Telemetry, Version=8.0.0.0, Culture=neutral, PublicKeyTok
en=31bf3856ad364e35', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly. [D:\Development\azure-dotnet-extensions-experimental\tests\Microsoft.Azure.Extensions.Teleme
try.Tests\Microsoft.Azure.Extensions.Telemetry.Tests.csproj::TargetFramework=net8.0]
#4072 removes the IVT, however, this change will break the AzureMetadataTests tests.
extensions/src/Libraries/Microsoft.Extensions.Telemetry/Telemetry.Internal/IDownstreamDependencyMetadataManager.cs
Line 13 in 21ba7a0
This interface is being used by unit tests in Microsoft.Azure.Extensions.Telemetry.Test. To facilitate that Microsoft.Extensions.Telemetry declares IVT to Microsoft.Azure.Extensions.Telemetry.Tests. This is... bad.
This IVT causes compiler errors in Azure/dotnet-extensions-experimental repo when an attempt to build it without signing:
#4072 removes the IVT, however, this change will break the AzureMetadataTests tests.
I see the tests are being actively developed (e.g., https://domoreexp.visualstudio.com/R9/_git/SDK/pullrequest/782810).
@geeknoid @mariamgerges please advise the best course of action here. Do we need to make
IDownstreamDependencyMetadataManager
public?The text was updated successfully, but these errors were encountered: