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
Many unit tests and a few integration tests have a dependency on the example project. And we're using InternalsVisibleTo heavily so that tests can consume internals.
We should refactor test projects to reduce dependencies and aim to reduce InternalsVisibleTo use to the minimum.
The text was updated successfully, but these errors were encountered:
Many unit tests and a few integration tests have a dependency on the example project. And we're using
InternalsVisibleTo
heavily so that tests can consume internals.We should refactor test projects to reduce dependencies and aim to reduce
InternalsVisibleTo
use to the minimum.The text was updated successfully, but these errors were encountered: