EAP 5.0 -- Must Manually Put ";" After First Assembly to Cover When Using NCover
Putting the following into Assemblies to Cover results in a command line to NCover that has Symbio.Printable.DataSymbio.Printable.Core;Symbio.Printable.ApplicationServices.
Symbio.Printable.Data
Symbio.Printable.Core
Symbio.Printable.ApplicationServices
The work-around is to manually put a ";" after the first item like this:
Symbio.Printable.Data;
Symbio.Printable.Core
Symbio.Printable.ApplicationServices
Please sign in to leave a comment.
Fixed! Thanks!