Skip to content

Tooltip bug fix + colors support (#312) #137

Tooltip bug fix + colors support (#312)

Tooltip bug fix + colors support (#312) #137

Triggered via push August 5, 2023 12:39
Status Failure
Total duration 1m 47s
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/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.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable property 'IdGenerator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable property 'BootstrapClassProvider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L19
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazorbootstrap/Base/BaseComponent.cs#L129
Dereference of a possibly null reference.
build: blazorbootstrap/Base/BaseComponent.cs#L139
Dereference of a possibly null reference.