Skip to content

Hedin UI Nuget

Hedin UI Nuget #19

Manually triggered February 19, 2026 13:45
Status Success
Total duration 42s
Artifacts

ui-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Hedin.UI/Services/TableStateService.cs#L77
The variable 'e' is declared but never used
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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).
build: 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).
build: 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.
build: 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.