Skip to content

Release Brio

Release Brio #7

Manually triggered January 14, 2025 14:05
Status Success
Total duration 1m 41s
Artifacts

release-brio.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Brio/Resources/Extra/ModelDatabase.cs#L99
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Brio/Resources/Extra/ModelDatabase.cs#L101
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Brio/Resources/Extra/ModelDatabase.cs#L102
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Brio/Game/Scene/SceneService.cs#L17
Parameter '_posingService' is unread.
build: Brio/Game/Scene/SceneService.cs#L17
Parameter '_clientState' is unread.
build: Brio/UI/Widgets/Posing/PosingWidget.cs#L14
Parameter 'PosingCapability capability' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: Brio/UI/Widgets/Posing/PosingWidget.cs#L70
Dereference of a possibly null reference.
build: Brio/UI/Widgets/Debug/DebugWidget.cs#L78
Dereference of a possibly null reference.
build: Brio/Resources/Extra/ModelDatabase.cs#L99
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Brio/Resources/Extra/ModelDatabase.cs#L101
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.