Replies: 1 comment
-
The difference between them
They take the key-file as argument(s), the one that you would use in the build, like and it gets used like in this excerpt from the AltCover build process
The motivation is primarily for .net Framework contexts, where you can get issues with the assembly name changing in the instrumentation process -- something built can take an assembly-qualified reference to one of the types in a dependency, and if the instrumented assembly is not strong-names as the original was, that type is no longer there when running the instrumented tests -- examples that come to mind are with NUnit and some uses of F# quotations |
Beta Was this translation helpful? Give feedback.
-
Could somebody please provide an example on how to use the -k and --sn options, to change the strong name key of the instrumented examples?
What's the difference between the two? And what do they expect as argument, a file?
Beta Was this translation helpful? Give feedback.
All reactions