Skip to content

cleanup

cleanup #600

Triggered via push October 14, 2023 19:17
Status Failure
Total duration 3m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build (windows-latest)
Process completed with exit code 1.
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest): src/RepoM.ActionMenu.Interface/YamlModel/Templating/EvaluateObject.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/RepoM.ActionMenu.Core/Yaml/Model/ActionMenus/Git/Checkout/RepositoryActionGitCheckoutV1.cs#L15
Nullability of reference types in return type of 'string? RepositoryActionGitCheckoutV1.Name.get' doesn't match implicitly implemented member 'string IOptionalName.Name.get' (possibly because of nullability attributes).
build (windows-latest): src/RepoM.ActionMenu.Core/Model/Functions/StringModule.cs#L304
Cannot convert null literal to non-nullable reference type.
build (windows-latest): src/RepoM.ActionMenu.Core/Model/Functions/StringModule.cs#L350
Cannot convert null literal to non-nullable reference type.
build (windows-latest): src/RepoM.ActionMenu.Core/Model/Functions/StringModule.cs#L372
Cannot convert null literal to non-nullable reference type.
build (windows-latest): src/RepoM.ActionMenu.Core/Yaml/Serialization/TemplateUpdatingNodeDeserializer.cs#L85
Converting null literal or possible null value to non-nullable type.
build (windows-latest): src/RepoM.ActionMenu.Core/Misc/FastStack.cs#L64
Possible null reference assignment.