Skip to content

Merge pull request #7 from dotnetprog/feature/AddGhActionDeployment #3

Merge pull request #7 from dotnetprog/feature/AddGhActionDeployment

Merge pull request #7 from dotnetprog/feature/AddGhActionDeployment #3

Triggered via push July 20, 2025 14:11
Status Success
Total duration 39s
Artifacts

ci-main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.Console/Features/Import/ValueConverters/ReflectionMainConverter.cs#L21
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build: src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.Console/Features/Shared/IValidator.cs#L21
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.