Skip to content

Commit 52f05ac

Browse files
authored
Remove dead CS link
1 parent ab82a31 commit 52f05ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022/2022-08-18-generating-code-coverage-metrics-for-net-framework-applications/2022-08-18-generating-code-coverage-metrics-for-net-framework-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is my success story.
1111

1212
You have a .NET Framework (let's go with 4.7+ at this point) application, maybe with pre-existing tests, maybe not. And, on top of that, you now want to get code coverage metrics.
1313

14-
After struggling with this on the [Visual Studio side of CodeStream recently](https://github.com/TeamCodeStream/codestream/commit/3a2eb2cdf6917193a5055c32b4c774d32aed42f5), I finally managed to get it working. At a high level, let me outline what I had to do -
14+
After struggling with this on the Visual Studio side of CodeStream recently, I finally managed to get it working. At a high level, let me outline what I had to do -
1515

1616
* Because I struggled with the initial tests written using [MSTest](https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest), I converted all the tests to [xUnit](https://xunit.net/) - some of this was out of sheer comfort with xUnit over MSTest, but also because its OSS product under the .NET Foundation - and I like supporting those
1717
* Reference a couple NuGet packages for executing tests at a command prompt

0 commit comments

Comments
 (0)