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
{{ message }}
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
We have code that is specific for .net core 2.0 runtime (in DependencyCollector.NetCore).
Testing it requires dotnet core 2.0 runtime and tools in build infra.
there is code that listens to events that fired on .NET Core 2.0 only. DepCollector still targets netstandard 1.6 and there are no ifdefs, but the logic for 2.0 just lights up when user has 2.0 runtime
We have code that is specific for .net core 2.0 runtime (in DependencyCollector.NetCore).
Testing it requires dotnet core 2.0 runtime and tools in build infra.
Unit tests for DependencytracingModule on core should also run on 2.0 with additional checks for IsEnabled
The text was updated successfully, but these errors were encountered: