Build Engine DLLs #106
Annotations
50 warnings
|
build
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/
|
|
build:
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:
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:
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:
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:
Engines/FlatRedBallXNA/FlatRedBall/PositionedObject.cs#L2380
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L802
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L813
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
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:
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:
Engines/FlatRedBallXNA/FlatRedBall/Camera.cs#L63
'SpriteManager.Camera' is obsolete: 'Use Camera.Main'
|
|
build:
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:
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:
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:
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:
Engines/FlatRedBallXNA/FlatRedBall/PositionedObject.cs#L2380
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L802
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L813
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
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:
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:
Engines/FlatRedBallXNA/FlatRedBall/AI/Pathfinding/RectangleNodeNetwork.cs#L132
The variable 'closestNode' is assigned but its value is never used
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/ManagedSpriteGroups/SpriteFrame.cs#L1850
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<SpriteFrame>.Equals(SpriteFrame? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Capsule2D.cs#L338
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Capsule2D>.Equals(Capsule2D? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Circle.cs#L854
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Circle>.Equals(Circle? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/ManagedSpriteGroups/SpriteGrid/SpriteGrid.cs#L1973
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<SpriteGrid>.Equals(SpriteGrid? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Managers/SingleThreadSynchronizationContext.cs#L19
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Managers/SingleThreadSynchronizationContext.cs#L24
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Line.cs#L773
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Line>.Equals(Line? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Point.cs#L135
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/SpriteList.cs#L328
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<SpriteList>.Equals(SpriteList? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Polygon.cs#L2701
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Polygon>.Equals(Polygon? other)' (possibly because of nullability attributes).
|
|
build
No files were found with the provided path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.FNA/bin/Release/net7.0/. No artifacts will be uploaded.
|
|
build
No files were found with the provided path: FlatRedBall/Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.FNA/bin/Debug/net7.0/. No artifacts will be uploaded.
|
|
build:
Engines/FlatRedBallXNA/3rd Party Libraries/FNA/src/Graphics/PackedVector/HalfTypeHelper.cs#L22
The type name 'uif' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build:
Engines/FlatRedBallXNA/3rd Party Libraries/FNA/src/Utilities/FNADllMap.cs#L91
The 'ModuleInitializer' attribute is only intended to be used in application code or advanced source generator scenarios (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2255)
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/ManagedSpriteGroups/SpriteFrame.cs#L1850
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<SpriteFrame>.Equals(SpriteFrame? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Capsule2D.cs#L338
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Capsule2D>.Equals(Capsule2D? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/ManagedSpriteGroups/SpriteGrid/SpriteGrid.cs#L1973
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<SpriteGrid>.Equals(SpriteGrid? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Circle.cs#L854
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Circle>.Equals(Circle? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Managers/SingleThreadSynchronizationContext.cs#L19
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Managers/SingleThreadSynchronizationContext.cs#L24
Nullability of type of parameter 'state' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/PositionedObjectList.cs#L910
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<PositionedObjectList<T>>.Equals(PositionedObjectList<T>? other)' (possibly because of nullability attributes).
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/Line.cs#L773
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<Line>.Equals(Line? other)' (possibly because of nullability attributes).
|
|
build:
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:
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:
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:
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:
Engines/FlatRedBallXNA/FlatRedBall/PositionedObject.cs#L2380
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L802
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Engines/FlatRedBallXNA/FlatRedBall/Math/AttachableList.cs#L813
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
AndroidMonoGameNet8Debug
Expired
|
1.42 MB |
sha256:61872308a4f82c22895cbce982154f057ff0a2b0516444f951cf8bebb99a4379
|
|
|
AndroidMonoGameNet8Release
Expired
|
1.23 MB |
sha256:6dee473090055bb5906613b4d20da9bb08ec09e1e61489b373e64beb356d400c
|
|
|
DesktopGlNet6Debug
Expired
|
1.41 MB |
sha256:9b7ef86f2a526bf3ee323b5eaf0b2bf466f258d7617457d8e5a61c6f18667b6d
|
|
|
DesktopGlNet6Release
Expired
|
1.21 MB |
sha256:f3d5d1c4421394d20f0ddac69322340bd57a87f122ce92409a53f1b5ffc90cbd
|
|
|
WebKniNet8Debug
Expired
|
1.42 MB |
sha256:517a1a443f92534b0d72d6823e689b7f3d776be90ce10a6709934ddbbf49f22c
|
|
|
iOSMonoGameNet8Debug
Expired
|
1.42 MB |
sha256:0924b0acce8e65a4decf3028d15dac3900104658775cb25622d84a543d4f8203
|
|
|
iOSMonoGameNet8Release
Expired
|
1.22 MB |
sha256:778d8e5b5b45281bcab9433dec78768e38b22e1672b9c4da001b6474c7220857
|
|