Hand-crafted fakes to make telemetry-related testing easier.
$ dotnet add package Microsoft.Extensions.Diagnostics.TestingHand-crafted fakes to make telemetry-related testing easier.
From the command-line:
dotnet add package Microsoft.Extensions.Diagnostics.Testing
Or directly in the C# project file:
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="[CURRENTVERSION]" />
</ItemGroup>
We welcome feedback and contributions in our GitHub repo.