Skip to content

FlatRedBall Editor #339

FlatRedBall Editor

FlatRedBall Editor #339

Manually triggered April 1, 2025 03:06
Status Success
Total duration 4m 32s
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): FRBDK/Glue/StateInterpolationPlugin/StateInterpolationPlugin/Tweener.cs#L293
Non-nullable field 'PositionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): FRBDK/Glue/StateInterpolationPlugin/StateInterpolationPlugin/Tweener.cs#L293
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): FRBDK/Glue/StateInterpolationPlugin/StateInterpolationPlugin/Tweener.cs#L293
Non-nullable field '_tweeningFunction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): FRBDK/Glue/StateInterpolationPlugin/StateInterpolationPlugin/TweenerManager.cs#L21
Non-nullable field 'mSelf' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/NotLoadedPlugin.cs#L36
The event 'NotLoadedPlugin.ReactToPluginEventWithReturnAction' is never used
build (Debug): FRBDK/Glue/FlatRedBall.Plugin/NotLoadedPlugin.cs#L35
The event 'NotLoadedPlugin.ReactToPluginEventAction' 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): Tiled/TMXGlueLib/DotNetZip/Zlib/ZlibCodec.cs#L85
'ClassInterfaceType.AutoDispatch' is obsolete: 'Support for IDispatch may be unavailable in future releases.'
build (Debug): Tiled/TMXGlueLib/DotNetZip/Zlib/Crc32.cs#L53
'ClassInterfaceType.AutoDispatch' is obsolete: 'Support for IDispatch may be unavailable in future releases.'
build (Debug): Engines/FlatRedBallXNA/FlatRedBall/Content/Aseprite/AsepriteFile.Extensions.cs#L25
'SpriteSheetProcessor.Process(AsepriteFile, ProcessorOptions?)' is obsolete: 'This method will be removed in a future release. Users should switch to one of the other appropriate Process methods'
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/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/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/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/PositionedObject.cs#L2396
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): 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)
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/