Sergey Ionov
Sergey Ionov
I'm blocked. Unit tests are supposed to test my ClassLibraries. All the libraries are targeting .NETStandard 2.0. Then why should a Unit test target anything else? Voting for **REOPEN**
If I have a library that I want to make sure runs on any NET Standard, why shouldn’t it be possible? Isn’t the point of having a reference in VisualStudio...
A unit test is not only checking the internal stability, but also the surface of exposed components. How can I be sure that someone’s library while using mine can be...
And I get the point of confusion. Unit Test project should target NETStandard because I want the code to compile under strict limitations of NETStandard. But Unit Test project should...