CD - v1.6.0 #21
Annotations
10 warnings
src/DotNetRunner/ProcessExecution.cs#L13
Non-nullable field 'Output' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/DotNetRunner/ProcessExecution.cs#L13
Non-nullable field 'Error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Logging/Logger.cs#L134
Possible null reference return.
|
src/RerunCommand/RerunCommandConfiguration.cs#L13
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L14
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L15
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L16
Non-nullable property 'TrxLogger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L17
Non-nullable property 'ResultsDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L25
Non-nullable property 'Collector' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/RerunCommand/RerunCommandConfiguration.cs#L27
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading