Skip to content

Merge pull request #88 from siemens/dependabot/nuget/xunit-2.9.1 #210

Merge pull request #88 from siemens/dependabot/nuget/xunit-2.9.1

Merge pull request #88 from siemens/dependabot/nuget/xunit-2.9.1 #210

Triggered via push September 26, 2024 13:32
Status Success
Total duration 45s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@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: SiemensIXBlazor/Objects/TreeNodeToggledEventResult.cs#L17
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneExpandedChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneExpandedChangedEventResponse.cs#L19
Non-nullable property 'Expanded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneVariantChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneVariantChangedEventResponse.cs#L19
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneBorderlessChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneBorderlessChangedEventResponse.cs#L19
Non-nullable property 'Borderless' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Components/Breadcrumb/Breadcrumb.razor.cs#L35
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SiemensIXBlazor/Components/Workflow/WorkflowSteps.razor.cs#L33
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SiemensIXBlazor/Components/Blind/Blind.razor.cs#L36
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SiemensIXBlazor/Objects/TreeNodeToggledEventResult.cs#L17
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneVariantChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneVariantChangedEventResponse.cs#L19
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneExpandedChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneExpandedChangedEventResponse.cs#L19
Non-nullable property 'Expanded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneBorderlessChangedEventResponse.cs#L17
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Objects/Pane/PaneBorderlessChangedEventResponse.cs#L19
Non-nullable property 'Borderless' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SiemensIXBlazor/Components/Workflow/WorkflowSteps.razor.cs#L33
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SiemensIXBlazor/Components/Application/Application.razor.cs#L24
Non-nullable field '_appSwitchConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: SiemensIXBlazor/Components/Upload/Upload.razor.cs#L73
Converting null literal or possible null value to non-nullable type.