New station Pilgrim #1928
Annotations
7 errors and 12 warnings
Build Project:
Content.Client/Launcher/LauncherConnectingGui.xaml.cs#L104
'INetStructuredReason' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'INetStructuredReason' could be found (are you missing a using directive or an assembly reference?)
|
Build Project:
Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs#L71
'SharedPhysicsSystem' does not contain a definition for 'IsCurrentlyHardCollidable' and no accessible extension method 'IsCurrentlyHardCollidable' accepting a first argument of type 'SharedPhysicsSystem' could be found (are you missing a using directive or an assembly reference?)
|
Build Project:
Content.Server/Connection/ConnectionManager.cs#L91
The type or namespace name 'NetDenyReason' could not be found (are you missing a using directive or an assembly reference?)
|
Build Project:
Content.Client/Launcher/LauncherConnectingGui.xaml.cs#L104
'INetStructuredReason' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'INetStructuredReason' could be found (are you missing a using directive or an assembly reference?)
|
Build Project:
Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs#L71
'SharedPhysicsSystem' does not contain a definition for 'IsCurrentlyHardCollidable' and no accessible extension method 'IsCurrentlyHardCollidable' accepting a first argument of type 'SharedPhysicsSystem' could be found (are you missing a using directive or an assembly reference?)
|
Build Project:
Content.Server/Connection/ConnectionManager.cs#L91
The type or namespace name 'NetDenyReason' could not be found (are you missing a using directive or an assembly reference?)
|
Build Project
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], space-wizards/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Project:
Content.Server.Database/SnakeCaseNaming.cs#L304
'IConventionProperty.DeclaringEntityType' is obsolete: 'Use DeclaringType and cast to IConventionEntityType or IConventionComplexType'
|
Build Project:
Content.Server.Database/SnakeCaseNaming.cs#L311
'IConventionProperty.DeclaringEntityType' is obsolete: 'Use DeclaringType and cast to IConventionEntityType or IConventionComplexType'
|
Build Project:
RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build Project:
RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
|
Build Project:
RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
|
Build Project:
RobustToolbox/Robust.Shared/Utility/ZStd.cs#L288
The '&' operator should not be used on parameters or local variables in async methods.
|
Build Project:
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EnumTypeParser.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Project:
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EntityTypeParser.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Project:
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/BoolTypeParser.cs#L52
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Project:
RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/Generic/ListSerializers.cs#L131
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
Loading