News

Describe the bug If you execute the codefix for MSTEST0020 when the test class has a static constructor, then the code will be placed in the static constructor instead of an instance constructor.
What Is The Bug? When defining a new inherited constructor that has a different argument type in the same argument position as the original struct, pressing "Reanalyze Project" makes the argument type ...