Skip to content

Grid: Translation of the filtering of the grid (#313) #138

Grid: Translation of the filtering of the grid (#313)

Grid: Translation of the filtering of the grid (#313) #138

Triggered via push August 7, 2023 08:19
Status Failure
Total duration 4m 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build: BlazorBootstrap.Demo.Server/Pages/Tooltips/TooltipsDocumentation.razor#L24
The type or namespace name 'Tooltips_Demo_04_Dynamically_Update_Tooltip_Text' could not be found (are you missing a using directive or an assembly reference?)
build: BlazorBootstrap.Demo.Server/Pages/Tooltips/TooltipsDocumentation.razor#L27
The type or namespace name 'Tooltips_Demo_05_Tooltip_With_Navigation_Link' could not be found (are you missing a using directive or an assembly reference?)
build: BlazorBootstrap.Demo.Server/Pages/Tooltips/TooltipsDocumentation.razor#L24
The type or namespace name 'Tooltips_Demo_04_Dynamically_Update_Tooltip_Text' could not be found (are you missing a using directive or an assembly reference?)
build: BlazorBootstrap.Demo.Server/Pages/Tooltips/TooltipsDocumentation.razor#L27
The type or namespace name 'Tooltips_Demo_05_Tooltip_With_Navigation_Link' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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: blazorbootstrap/Models/ToastMessage.cs#L97
Nullability of reference types in type of parameter 'other' of 'bool ToastMessage.Equals(ToastMessage other)' doesn't match implicitly implemented member 'bool IEquatable<ToastMessage>.Equals(ToastMessage? other)' (possibly because of nullability attributes).
build: blazorbootstrap/Utilities/StyleBuilder.cs#L28
Non-nullable field 'styles' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: blazorbootstrap/Utilities/StyleBuilder.cs#L80
Possible null reference assignment.
build: blazorbootstrap/Utilities/StyleBuilder.cs#L85
Possible null reference return.
build: blazorbootstrap/Utilities/ClassBuilder.cs#L28
Non-nullable field 'classNames' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: blazorbootstrap/Utilities/ClassBuilder.cs#L88
Possible null reference assignment.
build: blazorbootstrap/Utilities/ClassBuilder.cs#L93
Possible null reference return.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable field 'customClass' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable field 'customStyle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable property 'ElementId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.