Skip to content

Commit 37fd6ce

Browse files
Update text for Unable to instrument module (#1232)
Update text for Unable to instrument module
1 parent 79cf6f0 commit 37fd6ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/KnownIssues.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ or by adding the property `<CopyLocalLockFileAssemblies>` to the project file
150150

151151
NB. This **DOESN'T ALWAYS WORK**, for example in case of the shared framework https://github.com/dotnet/cli/issues/12705#issuecomment-536686785
152152

153-
We can do nothing at the moment as this is a build behaviour out of our control. This issue should not happen for .NET runtime version >= 3.0 because the new default behavior is to copy all assets to the build output https://github.com/dotnet/cli/issues/12705#issuecomment-535150372
153+
We can do nothing at the moment as this is a build behaviour out of our control.
154+
155+
For .NET runtime version >= 3.0 the new default behavior is to copy all assets to the build output (CopyLocalLockFileAssemblies=true) https://github.com/dotnet/cli/issues/12705#issuecomment-535150372, unfortunately the issue could still arise.
154156

155157
In this case the only workaround at the moment is to *manually copy* missing dlls to the output folder: https://github.com/coverlet-coverage/coverlet/issues/560#issue-496440052
156158

0 commit comments

Comments
 (0)