Update #602
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
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.CodeGen/KalkDescriptor.cs#L11
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkDescriptor.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkDescriptor.cs#L17
Non-nullable property 'Syntax' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkDescriptor.cs#L19
Non-nullable property 'Returns' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkDescriptor.cs#L21
Non-nullable property 'Remarks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkParamDescriptor.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkParamDescriptor.cs#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkToGenerate.cs#L22
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/RepoM.ActionMenu.CodeGen/KalkToGenerate.cs#L22
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|