Skip to content

1.0.11 - HUIFrame items having input fields with validation now shows… #61

1.0.11 - HUIFrame items having input fields with validation now shows…

1.0.11 - HUIFrame items having input fields with validation now shows… #61

Triggered via push October 17, 2025 14:39
Status Success
Total duration 2m 45s
Artifacts
Docker Build and Push to ACR
1m 33s
Docker Build and Push to ACR
Deploy to dev
1m 4s
Deploy to dev
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Docker Build and Push to ACR: src/Hedin.UI/Services/TableStateService.cs#L77
The variable 'e' is declared but never used
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L28
Non-nullable field '_currentUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L27
Non-nullable field '_previousUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L25
Non-nullable property 'PageKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L20
Non-nullable property 'NavigationManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L15
Non-nullable property 'StateService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L134
Nullability of reference types in type of parameter 'sender' of 'void StatefulComponentBase.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
Docker Build and Push to ACR: src/Hedin.UI/Components/StatefulComponentBase.cs#L37
Nullability of reference types in type of parameter 'sender' of 'void StatefulComponentBase.OnLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
Docker Build and Push to ACR: src/Hedin.UI/Generated/Flags.g.cs#L569
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
Docker Build and Push to ACR: src/Hedin.UI/Generated/Flags.g.cs#L557
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.