Skip to content

FlatRedBall Editor #338

FlatRedBall Editor

FlatRedBall Editor #338

Manually triggered March 25, 2025 12:34
Status Success
Total duration 4m 15s
Artifacts

glue.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (Debug)
No files were found with the provided path: FRB/FRBDK/Glue/Glue/bin/Debug. No artifacts will be uploaded.
build (Debug)
Non-nullable property 'BehaviorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug)
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug)
Non-nullable property 'DefaultChildContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug)
The event 'ComboBoxDisplay.PropertyChanged' is never used
build (Debug)
The event 'NullableBoolDisplay.PropertyChanged' is never used
build (Debug)
Unreachable code detected
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/NotLoadedPlugin.cs#L35
The event 'NotLoadedPlugin.ReactToPluginEventAction' is never used
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/NotLoadedPlugin.cs#L36
The event 'NotLoadedPlugin.ReactToPluginEventWithReturnAction' is never used
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/PluginManagerBase.cs#L757
The variable 'exception' is declared but never used
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/AllFeed.cs#L29
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/Splines/Spline.cs#L124
'SpriteManager.Camera' is obsolete: 'Use Camera.Main'
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Gui/EventArgs.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L823
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L818
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L807
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/PositionedObject.cs#L2380
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/AxisAlignedRectangle.cs#L1527
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/AI/Pathfinding/NodeNetwork.cs#L1189
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/AI/Pathfinding/Link.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/AxisAlignedCube.cs#L345
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/