Skip to content

Feature: Documentation refactor #422

Feature: Documentation refactor

Feature: Documentation refactor #422

Triggered via pull request July 11, 2024 23:38
Status Success
Total duration 1m 30s
Artifacts

build.yml

on: pull_request
.Net Format Check
3s
.Net Format Check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: Migration.Toolkit.Common/ToolkitConfiguration.cs#L26
'ConfigurationNames.SourceConnectionString' is obsolete: 'Use 'XbKConnectionString' instead.'
Build and Test: Migration.Toolkit.Common/ToolkitConfiguration.cs#L53
'ConfigurationNames.SourceCmsDirPath' is obsolete: 'Use 'XbKConnectionString' instead.'
Build and Test: Migration.Toolkit.Common/ToolkitConfiguration.cs#L80
'ConfigurationNames.TargetConnectionString' is obsolete: 'Use 'XbKConnectionString' instead.'
Build and Test: Migration.Toolkit.Common/ToolkitConfiguration.cs#L109
'ConfigurationNames.TargetCmsDirPath' is obsolete: 'Use 'XbKDirPath' instead.'
Build and Test: Migration.Toolkit.Common/Services/BulkCopy/ValueInterceptingReader.cs#L29
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
Build and Test: Migration.Toolkit.Common/Services/Ipc/Model.cs#L20
Non-nullable property 'FormComponentIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: Migration.Toolkit.Common/Services/Ipc/Model.cs#L24
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: Migration.Toolkit.Common/Services/Ipc/Model.cs#L34
Non-nullable property 'ExplanationText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: Migration.Toolkit.Common/Services/Ipc/Model.cs#L38
Non-nullable property 'Tooltip' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: Migration.Toolkit.Common/Services/Ipc/Model.cs#L44
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.