Mutation Testing Tools for Visual Studio 2015 - c#

Is there any mutation testing tools from C# on visual studio 2015?
Visual Mutator is not working with visual studio 2015 (link to github issue)

https://github.com/pavzaj/visualmutator
Please check my fork. It is not release ready, but somehow works with VS2015 and nunit 3.

Related

Detect Code Clone is not available in Visual studio 2019

Why detect Code clone is not available in Visual studio 2019?
I have used in 2017 but its not available in 2019, I try to modify the installation but its not available in the installer also.
Is that removed or its available somewhere?
I am using "Microsoft Visual Studio Community 2019"
In this blog it says it's only for Enterprise edition.

Visual Studio 2010 Build server with VS 2013 Solution

I was wondering if it was possible to build (in release) a 2013 visual studio solution file within Visual Studio 2010.
Search engine is coming up with 2010 to 2013 related issues.
Thanks
First, you will probable need SP1 for Visual Studio 2010. Even then you need to refer to the Visual Studio 2013 compatibility page to determine if the scenario you are looking for is supported. It will depend on the exact type of project you are building, the version of framework you are using, templates you are using, etc.

Analyze Code Coverage Disappear

i Run all created Unit Tests but i haven't option Analyze Code Coverage in Test and cant choose it from Test Explorer Window. Any Ideas? I have VS 2013 Professional
According to http://www.visualstudio.com/en-us/products/compare-visual-studio-products-vs.aspx code coverage statistics in your testing tools are only available in Visual Studio 2013 Premium and Ultimate.
Requirements:
Visual Studio Ultimate, Visual Studio Premium
https://msdn.microsoft.com/en-us/library/dd537628(v=vs.120).aspx
In Visual Studio 2015 and 2017,You can get the privilege from
Visual Studio Enterprise
https://msdn.microsoft.com/en-us/library/dd537628(v=vs.140).aspx

Visual Studio 2012 menu 'analyze code coverage' is missing

There is this great tool in Visual Studio 2012 to show the test coverage of the source code. On the official MSDN homepage it is shown under menu Test -> Analyze Code Coverage.
But in my Test menu this entry is missing and I could'nt figure out why. Can someone please explain? Am I missing an addon/plugin?
Update: Visual Studio 2012 Professional with Update 3.
According to the MSDN page you linked:
Requirements
Visual Studio Ultimate, Visual Studio Premium
So it will not be available on Professional.
Code coverage is available in premium and ultimate flavors of Visual Studio 2012.
A free alternative is the OpenCover: https://www.nuget.org/packages/OpenCover
This doesn't work on VS2012, but if you happen to be using a more recent version https://opencppcoverage.codeplex.com/ has a VS plugin.

Ironpython 2.7.3 Visual Studio Missing Project

I have installed IronPython 2.7.3. I would see a IronPython project in the visual studio.
I have visual studio 2010 professional. My problem is that. I do not see the Iron Project.
Why, where is that? Now I am downloading the Ultimate. Maybe the version of the visual studio is the problem?
The project templates are part of PTVS, not IronPython. Old versions of IronPython did include Visual Studio templates, but they were removed in favour of PTVS.

Categories