Skip to content

Bump HIC.RDMP.Plugin from 8.0.7 to 8.1.3 #1361

Bump HIC.RDMP.Plugin from 8.0.7 to 8.1.3

Bump HIC.RDMP.Plugin from 8.0.7 to 8.1.3 #1361

Triggered via push January 18, 2024 00:27
Status Failure
Total duration 2m 28s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: IsIdentifiablePlugin/ExecuteCommandRunIsIdentifiable.cs#L5
The type or namespace name 'ReusableLibraryCode' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L8
The type or namespace name 'ReusableLibraryCode' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L9
The type or namespace name 'ReusableLibraryCode' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L23
The type or namespace name 'ICheckable' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L33
The type or namespace name 'IDataLoadEventListener' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L38
The type or namespace name 'ICheckNotifier' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L44
The type or namespace name 'IDataLoadEventListener' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L49
The type or namespace name 'IDataLoadEventListener' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L56
The type or namespace name 'IDataLoadEventListener' could not be found (are you missing a using directive or an assembly reference?)
build: IsIdentifiablePlugin/IsIdentifiablePipelineComponent.cs#L23
'IsIdentifiablePipelineComponent' does not implement interface member 'IDataFlowComponent<DataTable>.ProcessPipelineData(DataTable, IDataLoadEventListener, GracefulCancellationToken)'
build: IsIdentifiable/Reporting/Destinations/CsvDestination.cs#L42
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Reporting/Destinations/CsvDestination.cs#L69
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Redacting/IgnoreRuleGenerator.cs#L24
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Redacting/OutBase.cs#L84
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Redacting/OutBase.cs#L178
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Redacting/RowUpdater.cs#L44
Cannot convert null literal to non-nullable reference type.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_treeReport' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_queryString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_runnerTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Options/IsIdentifiableReviewerOptions.cs#L26
Non-nullable property 'FailuresCsv' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.