Implement IconButton size #89
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
SiemensIXBlazor/Objects/TreeNodeToggledEventResult.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SiemensIXBlazor/Components/About/AboutMenu.razor.cs#L60
Dereference of a possibly null reference.
|
build:
SiemensIXBlazor/Components/About/AboutMenuNews.razor.cs#L49
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
SiemensIXBlazor/Components/About/AboutMenu.razor.cs#L36
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
SiemensIXBlazor/Components/Workflow/WorkflowSteps.razor.cs#L24
Non-nullable field '_interop' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
SiemensIXBlazor/Components/Upload/Upload.razor.cs#L64
Converting null literal or possible null value to non-nullable type.
|
build:
SiemensIXBlazor/Components/Upload/Upload.razor.cs#L66
Converting null literal or possible null value to non-nullable type.
|
build:
SiemensIXBlazor/Components/Upload/Upload.razor.cs#L67
Converting null literal or possible null value to non-nullable type.
|
build:
SiemensIXBlazor/Components/Upload/Upload.razor.cs#L70
Possible null reference argument for parameter 'name' in 'IXFile.IXFile(string name, long size, string type, string base64Data)'.
|
build:
SiemensIXBlazor/Components/Upload/Upload.razor.cs#L70
Possible null reference argument for parameter 'type' in 'IXFile.IXFile(string name, long size, string type, string base64Data)'.
|