I'm having an issue unit testing with a project in Visual Studio Team System 2008
Posted
by J.McEllen
on Stack Overflow
See other posts from Stack Overflow
or by J.McEllen
Published on 2010-06-15T13:11:54Z
Indexed on
2010/06/15
13:12 UTC
Read the original article
Hit count: 401
I there, I have completed my project and I'm doing a university subject that involves unit testing. When I right click on my function, it only shows up an options to create a unit test when my CLR support setting is set to safe.
Problem is my project will not compile with this setting on?...it needs to be set to pure.
How can I work around this problem?
© Stack Overflow or respective owner