release v1.1.0 #443
build.yml
on: pull_request
.Net Format Check
3s
Build and Test
1m 26s
Annotations
10 warnings
Build and Test:
Migration.Toolkit.Common/ToolkitConfiguration.cs#L74
'ConfigurationNames.XbKConnectionString' is obsolete: 'not needed anymore, connection string from Kentico config section is used'
|
Build and Test:
Migration.Toolkit.Common/Services/BulkCopy/ValueInterceptingReader.cs#L31
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
Build and Test:
Migration.Toolkit.Common/Services/Ipc/Model.cs#L21
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#L25
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#L35
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#L39
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#L45
Non-nullable property 'PropertyName' 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#L8
Non-nullable property 'SiteName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and Test:
Migration.Toolkit.Common/Extensions.cs#L188
Possible null reference return.
|
Build and Test:
Migration.Toolkit.Common/Extensions.cs#L196
Possible null reference return.
|