From ffbfe7545832b1aa8070659af1b69e1d58c9d025 Mon Sep 17 00:00:00 2001 From: Tony Hallett Date: Sun, 14 Nov 2021 14:27:26 +0000 Subject: [PATCH] mention FCC copy dll in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f548c692..0dd04fab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ or download from [releases](https://github.com/FortuneN/FineCodeCoverage/release Prerequisites Only that the test adapters are nuget packages. For instance, the NUnit Test Adapter extension is not sufficient. - +FCC will copy your test dll and dependencies to a sub folder this may affect your tests. --------------------------------------- Introduction