DotCoverMerge(new[] {
new FilePath("./result1.dcvr"),
new FilePath("./result2.dcvr")
},
new FilePath("./merged.dcvr"),
new DotCoverMergeSettings {
LogFile = new FilePath("./log.txt")
});
An attribute used to hint Cake about additional namespaces that need
to be imported for an alias to work. This attribute can mark an
extension method, the extension method class, or the assembly to provide a global set of imports.