Skip to content

chore(dependabot): automerge #235

chore(dependabot): automerge

chore(dependabot): automerge #235

Triggered via pull request September 1, 2025 15:54
Status Success
Total duration 5m 26s
Artifacts 1

pull_request.yml

on: pull_request
Pull Request run CI Checks  /  Check solution builds as Release
1m 39s
Pull Request run CI Checks / Check solution builds as Release
Pull Request run CI Checks  /  Check branch names
3s
Pull Request run CI Checks / Check branch names
Pull Request run CI Checks  /  Check commit names
14s
Pull Request run CI Checks / Check commit names
Pull Request run CI Checks  /  E2E Unit threshold and code report trigger
5m 11s
Pull Request run CI Checks / E2E Unit threshold and code report trigger
Pull Request run CI Checks  /  Check for failures
3s
Pull Request run CI Checks / Check for failures
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
Pull Request run CI Checks / Check commit names
Unexpected input(s) 'from', 'to', valid inputs are ['entryPoint', 'args', 'configFile', 'failOnWarnings', 'failOnErrors', 'helpURL', 'commitDepth', 'token']
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperiment.razor#L101
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L83
Non-nullable property 'click' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L81
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L94
Non-nullable property 'clickTargetUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L88
Non-nullable property 'payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L75
Non-nullable property 'conceptDocumentList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L69
Non-nullable property 'conceptDocument' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperiment.razor#L101
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L69
Non-nullable property 'conceptDocument' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L75
Non-nullable property 'conceptDocumentList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L83
Non-nullable property 'click' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L81
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L88
Non-nullable property 'payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L94
Non-nullable property 'clickTargetUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / Check solution builds as Release: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperiment.razor#L101
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L69
Non-nullable property 'conceptDocument' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L75
Non-nullable property 'conceptDocumentList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L83
Non-nullable property 'click' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L81
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L88
Non-nullable property 'payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L94
Non-nullable property 'clickTargetUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L69
Non-nullable property 'conceptDocument' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L75
Non-nullable property 'conceptDocumentList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L83
Non-nullable property 'click' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L81
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperiment.razor#L101
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L88
Non-nullable property 'payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L94
Non-nullable property 'clickTargetUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pull Request run CI Checks / E2E Unit threshold and code report trigger: TELBlazor.Components/OptionalImplementations/Test/TestComponents/SearchExperiment/SearchExperimentServiceOpenApi.cs#L56
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'source' of type 'IEnumerable<string>' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)' due to differences in the nullability of reference types.

Artifacts

Produced during runtime
Name Size Digest
coverage-report Expired
186 KB
sha256:bae302e2cacfbb85fc28fde3d7de1681f68c881bfbc1679bb6805afedf42b0c8