Skip to content

Add initial support for tracing #20

Add initial support for tracing

Add initial support for tracing #20

Triggered via push May 6, 2024 06:26
Status Success
Total duration 2m 15s
Artifacts

release.yml

on: push
build-extension
2m 2s
build-extension
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build-extension
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-extension
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, cezarypiatek/NextVersionGeneratorAction@0.4, actions/create-release@v1, actions/upload-release-asset@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-extension
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-extension: src/NScenario/StepExecutors/OutputScenarioStepExecutor.cs#L17
Cannot convert null literal to non-nullable reference type.
build-extension: src/NScenario/IScenarioStepExecutor.cs#L14
Non-nullable property 'ScenarioName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-extension: src/NScenario/IScenarioStepExecutor.cs#L23
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider 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 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 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 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 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 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 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 declaring the property as nullable.
build-extension
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-extension
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-extension
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/