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 was archived by the owner on Jul 19, 2024. It is now read-only.
I referenced a project with a nuget package. The referenced project contains one interface with at least one method that returns types from the nuget package.
I excluded this interface and the interface is successfully ignored by SimpleStubs.
However, the using directive to the nuget package is still there and I cannot build the UnitTest project.
I have to reference the nuget package to make it build.