Extend step activity with information about exception #47
pr-verification.yml
on: pull_request
build-template-presenter
48s
build-extension
2m 9s
Annotations
13 warnings
build-template-presenter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-extension
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-extension
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-extension:
src/NScenario/StepExecutors/OutputScenarioStepExecutor.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L23
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L24
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L25
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L14
Non-nullable property 'ScenarioName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L15
Non-nullable property 'StepMethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L16
Non-nullable property 'StepFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/IScenarioStepExecutor.cs#L18
Non-nullable property 'StepName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-extension:
src/NScenario/DecoratorBuilder.cs#L7
Non-nullable field '_underlying' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-extension:
src/NScenario/ScenarioInfo.cs#L7
Non-nullable property 'ScenarioTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|