Used by the .net core implementation to inject an AltCover data collector, by creating a temporary run-settings file that includes AltCover as well as any user-defined settings.
Not intended for general use, but see the AltCover.targets
file for how it is used around the test stage.
public class RunSettings : Task
name | description |
---|---|
RunSettings() | The default constructor |
Extended { get; set; } | The settings file generated, an output parameter |
TestSetting { get; set; } | The current settings file to be extended |
Verbosity { get; set; } | Corresponds to command line option -q (expects names of System.Diagnostics.TraceLevel values) |
override Execute() | Perform the operation |