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
Have you considered using static code analysis to gather the set of mocked types to bake into the test assembly?
I was thinking that it should be relatively straightforward to do gather (thru static analysis) all types for which "new Mock" is called as a post-build step and bake them mocks into the resulting assembly. It just seems much cheaper to do so.
What do you think?
The text was updated successfully, but these errors were encountered:
Have you considered using static code analysis to gather the set of mocked types to bake into the test assembly?
I was thinking that it should be relatively straightforward to do gather (thru static analysis) all types for which "new Mock" is called as a post-build step and bake them mocks into the resulting assembly. It just seems much cheaper to do so.
What do you think?
The text was updated successfully, but these errors were encountered: